add(todo|command): add warn command to todo list

This commit is contained in:
Romain J 2019-09-18 12:51:19 +02:00
parent 6605115941
commit 764068ef22
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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')