Experimental Discord bot written in Python
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Rocketsoup b2fcc4a06e Doc updates vor 1 Monat
docs Doc updates vor 1 Monat
rocketbot Doc updates vor 1 Monat
.gitignore PyCharm linter stuff. URLs now handled better in edit log message diffs vor 2 Monaten
.pylintrc Llllllots of cleanup after switching to VSCode vor 4 Jahren
README.md Doc updates vor 1 Monat
config.sample.py Conversion to slash commands (#13) vor 2 Monaten
main.py Crosspost cog looks for both duplicate and any messages posted in multiple channels Log cog groups similar events to prevent getting throttled by API vor 2 Monaten
requirements.txt Updating discord.py 2.3.2 -> 2.6.4 vor 2 Monaten

README.md

Rocketbot

Discord bot for detecting and dealing with jerks. This bot is Rocketsoup’s fault.

Requirements

  • Python 3.9

Setup

See main document, docs/setup.md.

In brief, the full setup process is:

  • create a Discord application in their developer portal
  • configure a config.py
  • install Python dependencies
  • run the main.py script
  • invite the bot to your server
  • do additional configuration for your guild using chat commands

Usage

See main document, docs/commands.md.

  • To see the list of commands, type /help.
  • To get help on a specific command, type /help /commandname. E.g. /help /hello.
  • To get help on a command group, type /help /groupname. E.g. /help /config.
  • To get help on a subcommand in a group, type /help /groupname commandname. E.g. /help config setwarningchannel.
  • To see if the bot is alive, type /hello.