Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
Add root definitions of prefixCommandsIssued and slashCommandsIssued
Browse files Browse the repository at this point in the history
Fixed the issue which was causing some legacy commands to fail.
  • Loading branch information
notsniped authored Apr 9, 2022
1 parent cf3132b commit 36ae15d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,8 @@ async def on_command_error(ctx, error):
editsnipe_message_author = {}
editsnipe_messagebefore_content = {}
editsnipe_messageafter_content = {}
prefixCommandsIssued = 0
slashCommandsIssued = 0

@client.event
async def on_message_delete(message):
Expand Down

0 comments on commit 36ae15d

Please sign in to comment.