How can I get user input in a python discord bot?
问题 I have a python discord bot and I need it to get user input after a command, how can I do this? I am new to python and making discord bots. Here is my code: import discord, datetime, time from discord.ext import commands from datetime import date, datetime prefix = "!!" client = commands.Bot(command_prefix=prefix, case_insensitive=True) times_used = 0 @client.event async def on_ready(): print(f"I am ready to go - {client.user.name}") await client.change_presence(activity=discord.Activity(type