Top Chatter - a discord bot
- 1 Devlogs
- 1 Total hours
A discord bot that shows who has the most messages in a discord server
A discord bot that shows who has the most messages in a discord server
I was able to get the discord bot online and running! Set up the basic framework using Python and the discord.py library. I got it connected to discord and online and made it print a confirmation message to terminal when it’s online.
I also used canva to make some custom art for the discord profile picture and the banner to make it look more professional and give it some personality.
I ran into some SSL certificate verification errors when running the bot which was annoying to debug and fix. I used Github Copilot to help me debug and solve the issues and I figured out that I had to point Python to the certifi certificate bundle. Once I restarted and ran it again, the bot connected successfully.
Next I will be working on the core features of the bot which are:
These are the core basic features I plan to implement, I have other ideas like commands to see who spent time in vc (voice chat) in the same pattern as the messages commands and more things like that.
Thank you for reading my 1st devlog!