commit
This commit is contained in:
parent
ac7ff93e78
commit
e74b7f3b26
@ -21,6 +21,9 @@ class Misc(commands.Cog):
|
|||||||
print(self.bot.version)
|
print(self.bot.version)
|
||||||
print("------")
|
print("------")
|
||||||
|
|
||||||
|
@commands.Cog.listener()
|
||||||
|
async def on_message(self, message):
|
||||||
|
if message.author.id == 768214000798138419:
|
||||||
|
await message.add_reaction('🥚')
|
||||||
def setup(bot):
|
def setup(bot):
|
||||||
bot.add_cog(Misc(bot))
|
bot.add_cog(Misc(bot))
|
||||||
Loading…
Reference in New Issue
Block a user