Browse Source

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

tags/v1.7.1
Roxie Gibson 6 years ago
parent
commit
32740310db
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      README.md
  2. +1
    -1
      roxbot/__init__.py

+ 4
- 0
README.md View File

@@ -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 View File

@@ -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"

Loading…
Cancel
Save