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



## Changelog ## Changelog


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

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

+ 1
- 1
roxbot/__init__.py View File

[Found a bug or need to report an issue? Report it here](https://github.com/RainbowRoxxers/roxbot/issues/new) [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)""" [Say Thanks](https://saythanks.io/to/Roxxers)"""
__author__ = "Roxanne Gibson" __author__ = "Roxanne Gibson"
__version__ = "1.7.0"
__version__ = "1.7.1"

Loading…
Cancel
Save