Skip to content

Commit

Permalink
Update prefix for test
Browse files Browse the repository at this point in the history
  • Loading branch information
PSzczepanski1996 committed Dec 20, 2023
1 parent 3783e04 commit 9a23340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(self, **options):
activity = discord.Game('Made by NosApki')
client = discord.Client(
intents=intents,
command_prefix=config.get('cmd_prefix', '!'),
command_prefix=config.get('cmd_prefix', '/'),
activity=activity,
description=desc,
help_command=CustomHelpCommand(),
Expand Down

0 comments on commit 9a23340

Please sign in to comment.