You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
I want to use your project for controlling the bot via a Discord embed. But when I enter my username and password, which are 100% correct, the error says it's wrong.
Is this about Aternos blocking access? Or can someone help me out with this?
channel = self.bot.get_channel(1183762570776162344)
client = Client()
client.login(username='jensbierpens', password='notmyrealpassword')
aternos = client.account
servers = aternos.list_severs()
server = None
for i in servers:
if i.subdomain == 'armandtest123':
server = i
print(server)
The text was updated successfully, but these errors were encountered:
Hi there,
I want to use your project for controlling the bot via a Discord embed. But when I enter my username and password, which are 100% correct, the error says it's wrong.
Is this about Aternos blocking access? Or can someone help me out with this?
The text was updated successfully, but these errors were encountered: