From d3f89558e5c168b65ecd80192e33ca8904f0bdc4 Mon Sep 17 00:00:00 2001 From: kevincaires Date: Sun, 14 Aug 2022 18:27:19 -0300 Subject: [PATCH] CHANGE command prefix. --- utils/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = []