Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

thearyadev/Athena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Athena

Usage

Note: To use this bot you must create a discord bot application in your discord developer account, and provide a token to the bot. Also, download the latest release of this bot for the best stability. Main branch is active revisions, and will be unstable.

Providing a token

  1. Navigate to main.py and open it with a text editor.
  2. Replace "YOUR TOKEN HERE" with your discord bot token.
from utils.tools import Athena


def main():
    server = Athena()
    server.configs.token = "YOUR TOKEN HERE"
    server.initialize(mode=Athena.DISTRIBUTION)


if __name__ == '__main__':
    main()

This will update the serialized configuration file to hold your token, and will not need to be put in the code again unless the token changes. 4. Proceed to Docker section

Docker

cd ./athena-v4/
docker build -t thearyadev/athena:4.4.0 .

docker run athena-v4

Commands

Commands