Parcourir la source

added warn purge command to help clear the warnings list when it gets too big.

tags/v1.7.1
Roxie Gibson il y a 6 ans
Parent
révision
32740310db
2 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. +4
    -0
      README.md
  2. +1
    -1
      roxbot/__init__.py

+ 4
- 0
README.md Voir le fichier

@@ -15,6 +15,10 @@ _Coming Soon_

## Changelog

#### v1.7.1
###### New Features
- `warn purge` added to clear warn list of banned users.

#### v1.7.0
###### New Features
**Trivia**

+ 1
- 1
roxbot/__init__.py Voir le fichier

@@ -11,4 +11,4 @@ __description__ = """RoxBot, A Discord Bot made by a filthy Mercy Main. Built wi
[Found a bug or need to report an issue? Report it here](https://github.com/RainbowRoxxers/roxbot/issues/new)
[Say Thanks](https://saythanks.io/to/Roxxers)"""
__author__ = "Roxanne Gibson"
__version__ = "1.7.0"
__version__ = "1.7.1"

Chargement…
Annuler
Enregistrer