this is a brand new discord bot that has a dashboard! its pertty basic but it also includes a prefix and coming soon a slash command handler!
| Which means you can configure ticket settings though the dashboard
| basic commands like moderation and such
| ScriptingBytes will probbly add this but its so you can use slash commands in this bot!
| Make the dashboard more funtional and better looking as it is pretty basic rn
When self hosting the bot please mind the licenes
clone this repo git clone https://github.com/hotsu0p/chaotic.git
run npm install
then rename The example config (Example config) to config.js
Then populate the config.
prefix
= the base prefix for the bot ( the default prefix in the dashboard also)
!
id
= your discord bot client id . you can get this in the o2auth page of your bot at Here
usingCustomDomain
= turn this to true if you are using a domain other than localhost
domain
= your domain for the dashboard to be hosted on
discordInvite
= the invite to your discord support server
mongodbUrl
= THe url for your mongo db for storing data of the bot
clientSecret
= your discord bot client secret. you can get this in the o2auth page of your bot at Here
token
= your discord bot token
run Npm run start
or node .
fork and make a pr!