Skip to content

GWMCwing/Tuning

Repository files navigation

AuditBot

AuditBot is a small project for creating discord music bot application with ease.

Project is currently migrating to Typescript. Refers to branch Typescript-migrate

Contributions are welcome and appreciated

Testing and Invite Link

My AuditBot invite link

Requirement for running the bot

(Either of the following)

1. Nodejs v16.9.0 or above

Built-in Command

Please refers to Command List

Usage

Create a file named config.json and includes

{
    "PREFIX": "YOUR_DEFAULT_PREFIX"
    "TOKEN": "YOUR_APPLICATION_TOKEN"
}

Please refers to https://discord.com/developers/applications/ for obtaining TOKEN

TODO

Please refers to ToDo List