add(todo|command): add warn command to todo list
This commit is contained in:
parent
6605115941
commit
764068ef22
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
|||
- [ ] Send email or Telegram's message when something is wrong on the bot
|
||||
- [ ] Create skynet (group of multiple commands about sky (planes, meteo,...))
|
||||
|
||||
-------
|
||||
---
|
||||
|
||||
# Cogs.admin commands
|
||||
|
||||
|
@ -45,6 +45,7 @@
|
|||
- [x] delete
|
||||
- [x] deletefrom `removed`, now `delete (from|to|in)`
|
||||
- [x] embed `removed`, cause : `never used`
|
||||
- [ ] warn `new command`
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -90,4 +90,3 @@ class Config:
|
|||
print('\n\n\033[4;36m'
|
||||
+ texts.get(self.config.get('locale')).get('clean')
|
||||
+ '\033[0m\n')
|
||||
shutil.rmtree('first_run')
|
||||
|
|
Loading…
Reference in a new issue