Skip to content

Inspired by Delta but much better and advanced than Delta...

License

Notifications You must be signed in to change notification settings

AalbatrossGuy/Aurora

Repository files navigation

Aurora

Inspired by Delta but much better and advanced than Delta...

How To Install

For Windows:

  1. Clone the Github Repository.
  2. Cd Aurora
  3. Locate the config.json file and replace your-token-here with your bot's token.
  4. python main.py

For Linux:

  1. Clone the Github Repository.
  2. cd Aurora
  3. Locate the config.json file and replace your-token-here with your bot's token.
  4. python3 main.py OR python main.py

Note!!

The bot's code has been made public for educational purposes only. Recreation of this bot will not be entertained.

♥ Invite Link

It would be greatly appreciated if you guys invite Aurora bot into your server. For inviting the bot click here

Directory Structure Definition.

  1. main.py := Core file of the bot.
  2. config.json := Contains some important data as well as the bot's token.
  3. Cogs := Contains the core commands and all other commands of the bot.
  4. Pictures := Contains some of the pictures that are used in Aurora.
  5. customs := Contains some custom data defined.
  6. logs.example := Example directory to show how the logs file should be made.