Experimental Discord bot written in Python
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Rocketsoup 613d33aef8 Documentation updates il y a 2 mois
docs Documentation updates il y a 2 mois
rocketbot Documentation updates il y a 2 mois
.gitignore PyCharm linter stuff. URLs now handled better in edit log message diffs il y a 2 mois
.pylintrc Llllllots of cleanup after switching to VSCode il y a 4 ans
README.md Documentation updates il y a 2 mois
bot.py Renaming config.py.sample to config.sample.py to benefit from IDE recognition il y a 2 mois
config.sample.py Renaming config.py.sample to config.sample.py to benefit from IDE recognition il y a 2 mois
requirements.txt PyCharm linter stuff. URLs now handled better in edit log message diffs il y a 2 mois

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 bot.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 $rb_help.
  • To get help on a specific command, type $rb_help commandname (don’t prefix the command name you want help on). E.g. $rb_help hello.
  • To get help on a command group, type $rb_help groupname. E.g. $rb_help config.
  • To get help on a subcommand in a group, type $rb_help groupname commandname. E.g. $rb_help config setwarningchannel.
  • To see if the bot is alive, type $rb_hello.