Skip to content

Commit

Permalink
Update talknotifier.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCos17 authored Mar 8, 2024
1 parent 464ccca commit 2178a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talknotifier/talknotifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class TalkNotifier(commands.Cog):
def __init__(self, bot):
self.bot = bot
self.config = Config.get_conf(self, identifier=1234567890)
self.config = Config.get_conf(self, identifier=492089091320446976)
default_global = {"notification_message": "{author} said: {content}", "target_users": [], "cooldown": 10}
self.config.register_global(**default_global)
self.cooldowns = {}
Expand Down

0 comments on commit 2178a39

Please sign in to comment.