diff --git a/discord_script.py b/discord_script.py index 64d0bf2..d862eb4 100644 --- a/discord_script.py +++ b/discord_script.py @@ -17,6 +17,7 @@ import credentials import discord import discord.message import discord.channel +import discord.abc from cooldowns import Cooldown_Module @@ -52,8 +53,13 @@ class Discord_Module(discord.Client): #print(str(message.id)) #Channel ID #print(str(message.channel.id)) - if message.content == "//test": + if message.content == "//testing": await message.channel.send('test response') + #test = self.get_channel(431129571308339210) + #await test.send("testerino") + + + if not await self.isSenderBot(message): if self.cooldownModule.isCooldownActive("discordRateLimit") == False: