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

Commit

Permalink
Merge pull request #2 from PyBotDevs/move-commands-to-slash
Browse files Browse the repository at this point in the history
Moved some commands to slash, added definitions of `prefixCommandsIssued` and `slashCommandsIssued`, and bump version.
  • Loading branch information
notsniped authored Apr 9, 2022
2 parents 4efeca8 + 36ae15d commit 882cc1a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ class emojis:
os.system('clear')
intents = discord.Intents.all()
errHandlerVer = 'v3.0.1'
botVer = '2022.408.4'
currencyVer = 'v2.7.7'
botVer = '2022.409.0'
currencyVer = 'v2.7.8'
if os.name == 'nt':
os.system('cls')
else:
Expand Down 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 882cc1a

Please sign in to comment.