Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Latest commit

 

History

History
63 lines (32 loc) · 817 Bytes

README.md

File metadata and controls

63 lines (32 loc) · 817 Bytes

Discord

About

A Discord bot for LIKO-12's community discord server, invite Made in TypeScript using Discord.JS.

Contributing

Pull requests and issue's are welcome!

Cloning

Downloading the files to your pc.

$ git clone [email protected]:LIKO-12/Discord.git

Running

Running the bot

$ npm run dev

Building

Building the bot for production

$ npm run build

and once build, to start the bot, run


$ npm run start

ToDo

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