register_server --> register_guild (GitHub CoPilot SUCKS)
This commit is contained in:
parent
53742a977f
commit
ebae6d7f06
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ class Pterodactyl(commands.Cog):
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
self.bot = bot
|
self.bot = bot
|
||||||
self.config = Config.get_conf(self, identifier=457581387213637448123567)
|
self.config = Config.get_conf(self, identifier=457581387213637448123567)
|
||||||
self.config.register_server(
|
self.config.register_guild(
|
||||||
base_url="pterodactyl.file.properties",
|
base_url="pterodactyl.file.properties",
|
||||||
api_key=None,
|
api_key=None,
|
||||||
server_id="d6d05b41-4da5-4c5b-9ee6-6e25f61a596b"
|
server_id="d6d05b41-4da5-4c5b-9ee6-6e25f61a596b"
|
||||||
|
|
Reference in a new issue