From ee33bb59791d4afec1ad7595a6de461ce8bc0f08 Mon Sep 17 00:00:00 2001 From: crate Date: Thu, 10 Oct 2024 14:21:24 +0000 Subject: [PATCH] bot token --- terminal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal.py b/terminal.py index 0cdf8c9..cef3bd5 100644 --- a/terminal.py +++ b/terminal.py @@ -4,7 +4,7 @@ import logging from discord.ext import commands import subprocess -TOKEN = config.TOKEN +TOKEN = config.BOT_TOKEN USER_ID = config.USER_ID PREFIX = '$'