Experimental Discord bot written in Python
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rocketsoup f271ff7e62 Moving bot class to separate file, renaming entry script to main.py преди 2 месеца
docs Moving bot class to separate file, renaming entry script to main.py преди 2 месеца
rocketbot Moving bot class to separate file, renaming entry script to main.py преди 2 месеца
.gitignore PyCharm linter stuff. URLs now handled better in edit log message diffs преди 2 месеца
.pylintrc Llllllots of cleanup after switching to VSCode преди 4 години
README.md Moving bot class to separate file, renaming entry script to main.py преди 2 месеца
config.sample.py Renaming config.py.sample to config.sample.py to benefit from IDE recognition преди 2 месеца
main.py Moving bot class to separate file, renaming entry script to main.py преди 2 месеца
requirements.txt Updating discord.py 2.3.2 -> 2.6.4 преди 2 месеца

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 $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.