OpenBot Is WIP an unfinished cog-based discord.py bot with a variety of commands ranging from moderation to completely random, fun stuff. Takes some elements from the Red discord bot.
The default prefixes are =[command]
and @OpenBot [command]
While I've moved onto other projects meant to replace the mess that this bot was, feel free to frankenstein it into something of your own. Follow the guide below to get started,
- Python
- Discord.py (voice support is not required right now)
- A code editor, for example Visual Studio Code is required if you want to change stuff or add your own things
- Clone the repository
- Create a
.bat
file which runsbot.py
and open it - When prompted, paste your bot token into the window
=status [str]
set the bot's status message without changing the default status=guildlist
sends a list of guilds the bot is in alongside their IDs=leaveguild [guild.id]
leaves the guild with the given ID=eval [code]
runs the given code, DMs you if there's any errors
Default prefix and status can be changed within settings.json