Skip to content

avizum/alpine

Repository files navigation

Alpine

Discord Server

Discord Bots

A bot written in Python by avizum

Bot Invite

Invite Alpine here

Commands to get you started

Command Description
a.help [command|module] Shows the bot help menu
a.settings Manages Alpine's settings
a.about Shows the bot's information

Help Command

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

Running the bot

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.

  1. Have Python 3.10 installed

Python has to be installed. This is a Python bot.

  1. Install requirements

Run pip install -U -r requirements.txt

  1. 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.

About

Discord bot written in Python with discord.py

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages