Discord.py bot wont print a SIMPLE variable in the chat
问题 What I want is for the bot to say Snacktoshis: 5 , but it won't print the variable in the chat. Here is my code: from discord import * from discord.ext import * from discord.ext.commands import Bot from discord.ext.commands import * import random import asyncio from discord import Game from discord.ext.commands import Bot import aiohttp import discord import requests import time BOT_PREFIX = ("?", "!") client = Bot(command_prefix=BOT_PREFIX) TOKEN =