forked from viveksantayana/geas-bot
Vivek Santayana
5bb9af12c9
Wrote up documentation. Readme needs finishing. Future development needs to use global listeners for processes.
3.1 KiB
3.1 KiB
Resources for Maintaining the Bot
Documentation
- Quickstart Guide
- Set up of Discord Bot Account
- Important: Primer to Gateway Intents
N.B.: this is an important security feature of Discord that is now mandatory to configure and imposes restructions on some of the Bot's functionality unless appropriately configured. Keep an eye on this.
- Repository with example code
- Logging Setup
- Discord Py Slash Command Authentication
N.B.: this is an important security feature in Discord's API, and commands will not be configured unless the applications.commands scope is configured correctly.
- How to add Slash Commands, including sub-commands
- Slash Command Cogs Module
- Discord Py Slach Commands library Components Documentation
N.B.: Components are what Discord calls buttons and drop down menus. There are multiple libraries that offer Components integration, but the Discord Py Slash Command is adequate in doing so, and has the clearest documentation so far. It's best to stick to one library to keep it consistent. Avoid the Discord_components library as it causes conflicts with Discord Py Slash Commands.
YouTube Tutorials
- Starting from the basics by Lucas
- Introduction to Cogs
- Dynamic prefixes for different servers
- Using the new Slash Command API
Communities
Discord Py
- Discord Py server: Discord server to talk to others in the community
- Discord Py Github issue tracker: place to report bugs and issues with the API
- Discord Py discussion page: wiki for any other discussions
Discord Py Slash Commands
- Discord Py Slash Commands Discord Server: Discord server with a forum to ask questions in
- Discord Py Slash Commands Issue Tracker on GitHub