fix: changed something in the updatebuttons class

This commit is contained in:
Seaswimmer 2023-07-23 14:13:35 -04:00
parent 6079ccd371
commit fa48b3a924
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -233,8 +233,7 @@ class Pterodactyl(commands.Cog):
await asyncio.sleep(2)
continue
for data in self.passed_info['updater_startup_vars']:
async with session.put(self, url=await Pterodactyl.get_url(self, self.passed_info['guild'], "startup/variable"), headers=self.passed_info['headers'], data=data) as response:
pass
await session.put(self, url=await Pterodactyl.get_url(self, self.passed_info['guild'], "startup/variable"), headers=self.passed_info['headers'], data=data)
await session.post(url=await Pterodactyl.get_url(self, self.passed_info['guild'], "power"), headers=self.passed_info['headers'], json={"signal": "start"})
await self.passed_info['interaction'].edit_original_response(content="Updater started...")
await asyncio.sleep(2)