Update overseerr.py

This commit is contained in:
pacnpal
2024-09-30 20:48:00 -04:00
parent db14c37b6b
commit 65f20e911a

View File

@@ -7,7 +7,7 @@ import json
class Overseerr(commands.Cog):
def __init__(self, bot: Red):
self.bot = bot
self.config = Config.get_conf(self, identifier=1234567890)
self.config = Config.get_conf(self, identifier=3467367746)
default_global = {
"overseerr_url": None,
"overseerr_api_key": None,