Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Check username and password #108

Description

@jens-segers

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?

image

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions