This is a Open-Sourced General Purpose Bot for Discord made using Hikari and Tanjun.
This bot implements Slash Commands in the guild which are a new-ish feature of Discord.
To invite this bot to your server, click here
What this Bot can do?
- Fun Commands (coming soon...)
- Miscellaneous Commands like Weather Lookup and more coming soon...
- Moderation Commands like
kick
,mute
,ban
with intensive permission checks and much more. - Music Commands to play music in your server using lavasnek_rs
- More commands coming soon...
How to run this bot locally?
First of all check .env.example
for Examples on environment variables.
Clone the repository using
git clone https://github.com/thenishantsapkota/Hikari-Bot
poetry shell
poetry install
You need to have Docker Installed on your system.
Afer cloning
cd Avgamah
Then run
docker-compose up --build # Linux users have to use sudo
You're up and running!