I am making a bot, that auto posts memes from reddit, to a specified channel. The only problem is, I have no idea on how to make a command that will let the user customize what channel they want that task to be posted to and get the id.
I tried
@client.command()
async def memer config(ctx):
await client.send('Where do you want the automemer to post?')
This obviously did not work because I had no clue how to get the message that the person who executed the command, and to check if it was a valid channel mention.