Skip to content

Commit

Permalink
Added - Say: logging who made Heimdall say something
Browse files Browse the repository at this point in the history
Issue ID: N/A
  • Loading branch information
Saborknight committed Sep 6, 2020
1 parent 6442310 commit 6f5f1b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,10 +350,10 @@ bot.on('message', message => {
if (toSay) {
message.channel.send(toSay);
message.delete();
result = ['info', 'Message regurgitated...'];
result = ['info', `Message by ${message.author.tag} regurgitated...`];
} else {
message.channel.send('You didn\'t give me anything to say...');
result = ['warn', 'Nohing given to regurgitate...'];
result = ['warn', 'Nothing given to regurgitate...'];
}
break;

Expand Down

0 comments on commit 6f5f1b7

Please sign in to comment.