|
@ -12,7 +12,7 @@ import requests |
|
|
bot = commands.Bot(command_prefix=".", intents=discord.Intents.default(), |
|
|
bot = commands.Bot(command_prefix=".", intents=discord.Intents.default(), |
|
|
case_insensitive=True) |
|
|
case_insensitive=True) |
|
|
|
|
|
|
|
|
token = os.getenv('discord-bot-token') |
|
|
|
|
|
|
|
|
token = "insert bot token here!" |
|
|
|
|
|
|
|
|
logging.basicConfig(filename='console.log', |
|
|
logging.basicConfig(filename='console.log', |
|
|
level=logging.INFO, |
|
|
level=logging.INFO, |
|
|