commit 8b728dd7d6373bac6fc05b8307a5f17ae71718b5 parent e8e2f6e2d4f4718511c7801ffba68bbe444cacd2 Author: Bruno <b-coimbra@hotmail.com> Date: Sun, 22 Mar 2020 21:25:43 -0300 Update summon.ts Diffstat:
M | lib/commands/summon.ts | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/commands/summon.ts b/lib/commands/summon.ts @@ -14,7 +14,7 @@ export default (home_scope : HomeScope) => { return; } - message.author.send("hehe I poked you"); + message.author.sendMessage("hehe I poked you"); // message.mentions.users.first().send( // `Psssst. Hey, come over to ${message.guild.name} :point-left:`