autoremove reaction to start server

This commit is contained in:
Lu Baumann 2022-10-31 01:34:33 +01:00
parent 344c72857f
commit f9dfeb0140

View File

@ -43,6 +43,7 @@ class MyClient(discord.Client):
if reaction.message == self.information_message:
if reaction.emoji == "":
self.computer_manager.start_computer()
await reaction.message.remove_reaction("", user)
if __name__ == "__main__":