Skip to content

A bot written in Python using Hikari and Tanjun module that implements slash commands in a guild.

License

Notifications You must be signed in to change notification settings

pareli/Avgamah

 
 

Repository files navigation

Hikari-Bot

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!

About

A bot written in Python using Hikari and Tanjun module that implements slash commands in a guild.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Other 0.8%