Skip to content

xFadedxShadow/LeafLoungeBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

LeafLoungeBot

A discord bot written in python!

Who's the bot for?

The bot is mainly for the "LeafLounge" discord server that i have created. The code here is mainly used as a backup and for other people to take inspiration from.

How to use

You first need to create a virtual enviorment for the bot to work in!

python3 -m venv {path/to/LeafLoungeBot/}

After that you need to update and install the requirements for the bot

source {path/to/LeafLoungeBot/}bin/activate
pip install --upgrade pip
pip install nextcord[voice]

Afterwards you can just run the bot with

cd client
clear && ./main.py

About

A discord bot written in python!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages