For more information on the functionality of this bot, you may view the documentation.
git clone https://github.com/Dligence/discord-manga.git && cd discord-manga && npm i
- Inside the
src
folder create a new file calledconfigs.ts
and add the following:
export default {
token: 'YOUR_BOT_TOKEN_HERE'
}
npm run dev