OmegaDevStudio / Aeterna-Selfbot

An example selfcord.py selfbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aeterna Selfbot

A selfbot made purely with selfcord.py a wrapper designed for selfbots. This was made for demonstration purposes, as a base example for your own projects.

Requirements

Requires the selfcord.py library

pip install selfcord.py

Usage

Create a config.json in the parent directory of the project folder. Then within it define the token and prefixes keys.

{
    "token": "Your Token Here",
    "prefixes": ["!", "?"]
}

About

An example selfcord.py selfbot


Languages

Language:Python 100.0%