Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 824 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 824 Bytes

MangaBot

Read Manga In Discord!

Invite the bot to your server.


For more information on the functionality of this bot, you may view the documentation.

Self-Hosting Instructions

  1. git clone https://github.com/Dligence/discord-manga.git && cd discord-manga && npm i
  2. Inside the src folder create a new file called configs.ts and add the following:
export default {
  token: 'YOUR_BOT_TOKEN_HERE'
}
  1. npm run dev

Developers