This is the source code that powers Le Gheddaux de la Petrine
, one of
the bots we have on Ripple's discord server
- Deletes forbidden words
- Manages cheater reports in the
#playerreporting
channel - Welcomes new users who join the server
- Basic moderation commands
- Python 3.5+
- A Discord Bot
$ git clone ...
$ cd gheddaux
$ virtualenv -p $(which python3) .pyenv
$ source .pyenv/bin/activate
(.pyenv)$ pip install -r requirements.txt
(.pyenv)$ cp settings.sample.ini settings.ini
(.pyenv)$ nano settings.ini
...
(.pyenv)$ python3 gheddaux.py
;censor word
- Adds a word to banned word's list;uncensor word
- Removes a word from banned word's list;censoredwords
- List all censored words;prune x
- Deletes x messages;pruneu @user x
- Deletes x messages sent by @user
These commands can be used only by users who have the General Permissions/Administration permission.
MIT