Skip to content

Commit

Permalink
Closes #46 - fixed \!catsnack failing
Browse files Browse the repository at this point in the history
  • Loading branch information
purrplingcat committed Aug 5, 2017
1 parent 7a9a378 commit 2ba9779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Catsnack/catsnack.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exports.catsnack = {
msg = "Yummy!";
break;
case 3:
msg = "Tak málo? Pffft. Naval ještě, " + metadata.user + "!";
msg = "Tak málo? Pffft. Naval ještě, " + message.author + "!";
break;
case 4:
msg = "Granule? To žrát nebudu, já chci kapsičku s tuňákem!";
Expand Down

0 comments on commit 2ba9779

Please sign in to comment.