Compare commits

...

1 Commits

Author SHA1 Message Date
Ian Burgess
e74b7f3b26 commit 2025-02-26 15:28:57 -07:00

View File

@ -21,6 +21,9 @@ class Misc(commands.Cog):
print(self.bot.version)
print("------")
@commands.Cog.listener()
async def on_message(self, message):
if message.author.id == 768214000798138419:
await message.add_reaction('🥚')
def setup(bot):
bot.add_cog(Misc(bot))