feat(repo): added help formatters for version numbers to cogs that have them and migrated to using red's inbuilt loggers instead of logging.getLogger
This commit is contained in:
parent
ae31a61436
commit
178a92559c
6 changed files with 62 additions and 30 deletions
|
@ -1,3 +1,3 @@
|
|||
import logging
|
||||
from red_commons.logging import getLogger
|
||||
|
||||
logger = logging.getLogger("red.seacogs.aurora")
|
||||
logger = getLogger("red.seacogs.aurora")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue