Skip to content

HighSchoolSoftwareClub/AveBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AveBot

Batteries not included. See How can I set it up FAQ:.

The stuff it can do can be seen by running >help on a server it's added on or by reading help.md file here.

How can I use your setup?

How can I set it up?

  • It uses python3 (python 3.6 requirement was fixed).
  • Change botowner on line 16 from botowner = "137584770145058817" to botowner = "your discord id". Developer mode will help with this one.
  • You need discord.py: pip install -r requirements.txt or pip install -U discord.py.
  • You need to set the bot token: echo -n "bot's token" > bottoken
  • Wondering what a token is? Go here, authenticate, create a new app, create a bot, click on click to reveal under username. Enjoy.
  • Add yourself as a mod after starting it.

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.1%
  • Shell 0.9%