From e80e7952a66aa222596210a6e244f2243ddecfba Mon Sep 17 00:00:00 2001 From: Allen Lydiard Date: Mon, 9 Jul 2018 07:38:44 -0300 Subject: [PATCH] Starting work on the discord bot --- bots/discord/OnMessageCreate.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bots/discord/OnMessageCreate.go b/bots/discord/OnMessageCreate.go index 55a0efc3..c0ba93f9 100644 --- a/bots/discord/OnMessageCreate.go +++ b/bots/discord/OnMessageCreate.go @@ -23,7 +23,8 @@ func OnMessageCreate(s *discordgo.Session, msg *discordgo.MessageCreate) { **!animelist** [username] **!play** [status text] **!randomquote** -**!source**`) +**!source** +**!region** [region]`) } // Has the bot been mentioned?