So basically I have this code:
import discord import os bot = commands.Bot(command_prefix = "!") TOKEN = (os.getenv("TOKEN")) client = di