autoremove reaction to start server
This commit is contained in:
parent
344c72857f
commit
f9dfeb0140
1
main.py
1
main.py
@ -43,6 +43,7 @@ class MyClient(discord.Client):
|
|||||||
if reaction.message == self.information_message:
|
if reaction.message == self.information_message:
|
||||||
if reaction.emoji == "▶":
|
if reaction.emoji == "▶":
|
||||||
self.computer_manager.start_computer()
|
self.computer_manager.start_computer()
|
||||||
|
await reaction.message.remove_reaction("▶", user)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
Reference in New Issue
Block a user