Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 785 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 785 Bytes

DnDDiscordBot

Discord bot to help my friends and I play DnD and to learn node.js.

To get the bot working you'll need the following:

  1. A config.json file in the project's root directory of the following format (fill in the <>'s with your own info)
{
    "prefix": "<prefix for all your commands>",
    "token": "<bot's token>",
    "dungeon_master": "<user id of the dungeon master>"
}
  1. You'll need to add all of the enemy images to ./resources/imgs/

If you'd like to use your own data just delete database.sqlite and add it to your .gitignore. The bot will create a new fresh DB on start up.

I've used https://discordjs.guide/#/ to get started and https://sirmuel.design/creating-a-nodejs-meme-generator-908fccd35b01 as a reference for the draw meme functionality.