Discord bots are incredibly popular, and it’s easier to get started than ever before. With libraries for every major programming language, it’s easy to jump right in. But maybe you don’t know what to make. Well, here are 5 ideas to get you started.
Geofindr
Geoguessr is an incredibly popular game where you guess your location based on Google Streetview.
You could create a bot with a similar game where you are either given an image of a street, or a zoomed in map where you can only see a town or city, and you have to guess the country you are in. You could use the Google Maps API or OpenStreetMap to get this images.
Music Bot
With YouTube’s recent actions towards music bots, there is a big market for music bots again. This would be a more complex project, as you’d have to set up some sort of private streaming service and also find a library of royalty free music.
If you want to take this project even further, you could create an AI to generate unique music based off of classical works.
Scam Detector
As far as I am aware, this has never been done before, or if it has, it hasn’t become popular. The aim of this bot would be to flag user accounts linked to scamming, or posted links related to a scam. You…