mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
Remove unused import and variable in poststats
This commit is contained in:
parent
ae12b8fa22
commit
0297481a5e
@ -1,5 +1,4 @@
|
|||||||
import aiohttp
|
import aiohttp
|
||||||
import json
|
|
||||||
|
|
||||||
class DiscordBotsOrg(): # https://discordbots.org
|
class DiscordBotsOrg(): # https://discordbots.org
|
||||||
def __init__(self, client_id, token):
|
def __init__(self, client_id, token):
|
||||||
@ -21,4 +20,4 @@ class BotsDiscordPw(): # https://bots.discord.pw/
|
|||||||
headers = {"Authorization": self.token}
|
headers = {"Authorization": self.token}
|
||||||
payload = {"server_count": count}
|
payload = {"server_count": count}
|
||||||
async with aiohttp.ClientSession() as aioclient:
|
async with aiohttp.ClientSession() as aioclient:
|
||||||
t = await aioclient.post(self.url, json=payload, headers=headers)
|
await aioclient.post(self.url, json=payload, headers=headers)
|
Loading…
Reference in New Issue
Block a user