Hi there, this is @APA, my first & at the moment only active discord bot. (Hosted on a rpi5) It's verry basic but functional, so if you are interested in how @APA works, just take a look in the source code, especially the main.py file. if you want to host a bot with my sourcecode, it's fine with me, as long as you name me in to the credits or sth like this. Also just dm me on discord if you have problems. (AirPath144)
Setup everithing what you need is:
-Python 3.8 or higher
-the discord.py libary (so u can use the discord API)
-pycord (to make the code a bit more simple)
-dotenv (to make the code and the bot Token more secure)
-some pre installed packages, like os, time ...
make shure to wach a short youtube tutorial how to build a discord bot, so you can unsderstand why you need dotenv. Dont't forget to place the token in a .env file. if you got all dependencys just run python / python3 / py main.py and you're good to go. have fun & claim the discord-dev badghed!