diff --git a/utils/commands.py b/utils/commands.py index 1bd71a8..67cf0ba 100644 --- a/utils/commands.py +++ b/utils/commands.py @@ -30,6 +30,7 @@ with open(QUOTE_STACK, mode='r') as f: quote_content = {} +last_quote = 0 @client.event async def on_message(message): content = str(message.content)