I made this bot in January and was too lazy to continue working on it. It's better to work on discord bots with JavaScript.
First of all, make sure to install dotenv, discord.ext and discord.utils:
pip install dotenv, discord.ext and discord.utilsOn line 54 you can change the channel id:
channel = bot.get_channel(896077052250296360)Change 896077052250296360 to your needed ID.
Also, make sure to create new .env file and make new variable "DISCORD_TOKEN" like this:
DISCORD_TOKEN = your_tokenCheck out this video if you want to make bot run endlessly on cloud.
Uptimerobot is a great tool to monitor your codes that are running on clouds.