mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-20 10:51:05 -05:00
fixed uuid
This commit is contained in:
@@ -11,7 +11,7 @@ class Birthday(commands.Cog):
|
|||||||
|
|
||||||
def __init__(self, bot: Red):
|
def __init__(self, bot: Red):
|
||||||
self.bot = bot
|
self.bot = bot
|
||||||
self.config = Config.get_conf(self, identifier=428eb4b6-de7f-45ba-8eda-a15c163f1c7d)
|
self.config = Config.get_conf(self, identifier=5458102289)
|
||||||
default_guild = {
|
default_guild = {
|
||||||
"birthday_role": None,
|
"birthday_role": None,
|
||||||
"allowed_roles": [],
|
"allowed_roles": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user