-
-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added the `hackban` command * Separated slash commands and normal commands so that you remove one of them more easily * Moved normal commands in [`cogs/normal`](cogs/normal) * Moved slash commands in [`cogs/slash`](cogs/slash)
- Loading branch information
Krypton
committed
Jan 9, 2022
1 parent
86f3e71
commit 5be41d3
Showing
18 changed files
with
1,336 additions
and
852 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,22 @@ | ||
# TODO List | ||
|
||
* [ ] Add a *"hackban"* command (ban a user by ID from a guild without him being in it) | ||
* [ ] Add a basic slur word filter | ||
* [ ] Add a code of conduct for the repository | ||
## Version 4.2 (Goal: Middle January 2022) | ||
|
||
* [ ] Add a timeout command. | ||
|
||
## Version 4.3 (Goal: End February 2022) | ||
|
||
* [ ] Add a lock command that will let administrators temporary lock a channel, useful in case of a raid | ||
* [ ] Add an archive command that lets administrators archive a text channel in a text file | ||
|
||
## No milestone | ||
|
||
* [ ] Add a code of conduct for the repository | ||
* [ ] Add a basic slur word filter | ||
* [ ] Add an issue and pull request template for the repository | ||
|
||
## Done | ||
|
||
* [X] Add a *"hackban"* command (ban a user by ID from a guild without the user being in it) | ||
* [X] Be able to save data to JSON (blacklist, owners, etc.) | ||
* [X] Move config to JSON |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.