diff --git a/utils/commands.py b/utils/commands.py index ce0402a..9c24f7b 100644 --- a/utils/commands.py +++ b/utils/commands.py @@ -8,7 +8,7 @@ from discord.ext import commands from utils.database import get_quotes, set_quote -client = commands.Bot(command_prefix='~') +client = commands.Bot(command_prefix='--') logger = logging.getLogger(__name__) quote_id_stack = []