🤖 Discord bot for multiple utilities.
biene parrot -> Random parrot
biene biene -> Random biene
biene biene [name] -> Biene from [name]
biene cat -> Random cat
biene dog -> Random dog
biene joke -> bad joke (pls don't kill me 🥺)
biene 8ball -> I guess your future. Ask me anything.
biene ping -> Displays info for your internet connection :)
biene meme [meme_code] text|seperated|by|lines -> inserts text to meme with code [meme_code] (more info command: biene meme help)
biene changeteamname [new teamname] -> Changes the teamname
biene jointeam [teamname] [mention all the users you want to add to the team] -> Allows you to join
Customizable (environment variable)
- Create a
.env
file by copying the.env.template
file. You can do that on linux via :
cp .env.template .env
-
Install
pip
,virtualenv
, andpython3
. -
Install requirements by doing
pip install -r requirements.txt
-
Open the
.env
file and change your settings. -
Finally, run the bot.
python3 bot.py
It is highly recommended to create a virtualenv
called env (suggestion)
Then activate it and installing all the requirements into the virtual environment. Remember to set python=python3 as a flag.
If you need help understanding something of this repo you can ask to: