fix(repo): changed all loggers to red.seacogs.<cog_name>
instead of red.sea.<cog_name>
This commit is contained in:
parent
f059145681
commit
497f6a0a1a
5 changed files with 7 additions and 7 deletions
|
@ -31,7 +31,7 @@ class Bible(commands.Cog):
|
|||
self.config = Config.get_conf(
|
||||
self, identifier=481923957134912, force_registration=True
|
||||
)
|
||||
self.logger = logging.getLogger("red.sea.bible")
|
||||
self.logger = logging.getLogger("red.seacogs.bible")
|
||||
self.config.register_global(bible="de4e12af7f28f599-02")
|
||||
self.config.register_user(bible=None)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue