A Discord bot for LIKO-12's community discord server, invite Made in TypeScript using Discord.JS.
Pull requests and issue's are welcome!
Downloading the files to your pc.
$ git clone git@github.com:LIKO-12/Discord.git
Running the bot
$ npm run dev
Building the bot for production
$ npm run build
and once build, to start the bot, run
$ npm run start
Looking to contribute, here are some things that needs to be done.
-
Improve slash command descriptions
-
move functions in index.ts to doc-utils.ts
-
refactor createMethodEmbed in doc-utils.ts
-
improve search algorithm and methodsIndex
-
improve README.md