A bot written in Python by avizum
Invite Alpine here
Command | Description |
---|---|
a.help [command|module] |
Shows the bot help menu |
a.settings |
Manages Alpine's settings |
a.about |
Shows the bot's information |
In the help command, you can see all the commands. If you need help reading the command signature, here they are.
Signature | Meaning |
---|---|
<argument> | required argument |
[argument] | optional arguments |
[arguments...] | multiple arguments |
It is not recommended to run your own instance. Use the one here.
If you don't care, Here are instructions on how to run your own version of Alpine.
- Have Python 3.10 installed
Python has to be installed. This is a Python bot.
- Install requirements
Run pip install -U -r requirements.txt
- Bot Configuration
Put your tokens in a config.toml
file. Check config_example.toml
for an example.
In core/alpine.py
, change OWNER_IDS
to your Discord IDs and change PUBLIC_BOT_ID
to your bot's ID.
Set your PostgreSQL database (Will add more instructions soon)
Run main file.