PrismarineCo. Ltd. Presents...
ProjectPrismarine
An experimental moderation and Splatoon 2 discord bot!
discord.py
(1.1.0 or later)SQLAlchemy
(1.3.4 or later)dbl
(0.3.0)
- Create a
config.json
file in the project root directory. - Add the key
token
with your bot token string. - Add the key
owner
with your user ID integer. - Add the key
dbl_token
with the API token for a Discord Bot List bot. If you do not have one, just leave this as an empty string. - Add the key
prefix
with the prefix of your choice. - Initialize the bot by running
core.py
. - Profit!
- Make sure any file you run is ran from the project root directory (ex.
python bin/create_asset_db.py
)