Remove (theoretically) redundant call

pull/2/head
BodgeMaster 2023-01-13 19:22:30 +01:00
parent 6e4674953e
commit 1e8c6a1e1b
1 changed files with 0 additions and 1 deletions

1
bot.py
View File

@ -195,5 +195,4 @@ System: {sys.platform}"""
await interaction.response.send_message(embed=embed, view=url_view)
client.tree.sync()
client.run(sys.argv[1])