Remove unused variable

This commit is contained in:
Parker M. 2024-04-02 17:37:21 -05:00
parent f73413dee8
commit e5aefb55a7
No known key found for this signature in database
GPG Key ID: 95CD2E0C7E329F2A

View File

@ -22,7 +22,6 @@ class MyBot(commands.Bot):
bot = MyBot()
bot.count_hold = 0
bot.remove_command("help")