loc bot, a bot by loc
Loc Bot is a discord bot written in Python, it contains a wide variety of commands, developed for a group of friends to have better voice commands at first but now continues to be worked on hobby project and to keep using for personal discord use.
The actual Loc Bot is private, however, you can run your own version by following the steps below
- Make sure you have the necessary stuff to run a discord bot, this means having python and discord py
- Create a clone of this repository
- Set up a bot application
- Create a .txt document in the same folder as the clone (next to the locbotmain.py file), this .txt should contain only Discord bot token that you can get from the 'Bot' section of the application
- On the application screen select OAuth2, select bot and Administrator then open the provided link to add the bot to a server and make sure Privileged Gateway Intents are all turned on
- Open locbotmain.py (you may need to install certain things for some cogs of the bot however, the majority should work)
- Being able to server mute/unmute everyone in a call
- Connect Four
- Moderation Tools
- Playing Music
- Multi Dice roller
- Support for discord slash commands
- Update along with any changes to the API
- More minigames
- Get it running on a server instead of whenever I feel like opening it on my PC