Does anyone know anything about Discord bots?

Hi, for the first time in 5 years, I’m trying to start programming again, and I’ve decided I want to make a Discord bot that will create daily change log summaries from the single message updates the admins post in the change channel. The problem is I don’t know where to start…

Have you looked on github there might be some bot you can use as a baseline.

Thanks I’ll do that, hopefully i will find a plain copy message bot that will be a good enough base atleast. the only thing I’ve thought to do so far is to set up the text editor and draw out how I want the input/output to look…

Crap, I’m already making mistakes

I also just started writing my own discord bot a few weeks ago. This is what I went by

Once you have a grasp on the libraries philosophy the API documentation is all you need: https://discordpy.readthedocs.io/en/latest/api.html

thanks for the resource