Experimental Discord bot written in Python
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Rocketsoup 36068989b8 Help search less silly 2 місяці тому
docs Moving bot class to separate file, renaming entry script to main.py 2 місяці тому
rocketbot Help search less silly 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 Prettier startup logs. Removing command prefix references. 2 місяці тому
main.py Crosspost cog looks for both duplicate and any messages posted in multiple channels 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.