geas-bot/resources.md

3.1 KiB

Resources for Maintaining the Bot

Documentation

  1. Discord Py Documentation
  1. Quickstart Guide
  2. Set up of Discord Bot Account
  3. 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.
  4. Repository with example code
  5. Logging Setup
  1. Discord Py Slash Command Documentation
  1. 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.
  2. How to add Slash Commands, including sub-commands
  3. Slash Command Cogs Module
  4. 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

  1. Starting from the basics by Lucas
  2. Introduction to Cogs
  3. Dynamic prefixes for different servers
  4. Using the new Slash Command API

Communities

Discord Py

  1. Discord Py server: Discord server to talk to others in the community
  2. Discord Py Github issue tracker: place to report bugs and issues with the API
  3. Discord Py discussion page: wiki for any other discussions

Discord Py Slash Commands

  1. Discord Py Slash Commands Discord Server: Discord server with a forum to ask questions in
  2. Discord Py Slash Commands Issue Tracker on GitHub