-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the AradiaCore wiki!
First, you are going to want to get Python. Anything above 3.5 should be good. Get it here! Python For Windows Python For MacOS Python For Linux
Your going to need to download and install the bot into a folder. Clone/zip the repo and put its own folder. Now that you have python and the bot. Your going to want to install the dependencys. These are packages that allow the bot to connect, do stuff and function with discord and several other things. For the quick start do: Open your command line/terminal and do:
python -m pip install -r req.txt
Where you installed the bot.
Now your going to need a discord bot token. Go to Discord Devs page and click the new app button. Click the "make a bot" button and copy the token from there. Then open up config.json
in your bot folder and replace the "Bot token here" with that token.
I have two files in the standard set up. One is the framework, the other is the main bot. bot.py is where you put your code.
When running the bot, you MUST run bot.py
. I also have included some cool stuffs to get you started! :3
Booting...
AradiaBot
------------
Total servers: 369
Total channels: 5518
------------
Prefix: !
Running AradiaCore Version 0.6 - Private Alpha
^ Should see something like that (OFC the version stuff will be out of date by this time.)