Skip to content

soryy708/discord-vtt

Repository files navigation

Discord-VTT

Discord bot to help playing TTRPGs without a VTT.

Set up

  1. Create a .env file
  2. Go to Discord Developers Portal and create a New Application
  3. Set it up with permissions to "Send Messages" and "Attach Files"
  4. Under OAth2 generate a "Client ID" and "Client Secret"
  5. In .env file add "Client ID" under DISCORD_CLIENT_ID, and "Client Secret" DISCORD_TOKEN. e.g.:
    DISCORD_CLIENT_ID=xxx
    DISCORD_TOKEN=yyy
  6. Create a cards directory
  7. Create a subdirectory for each game
  8. Under each, create a subdirectory for each card type
  9. In each of those, place images (PNG)
  10. Invite your bot to your Discord server via https://discord.com/api/oauth2/authorize?client_id=YOUR_DISCORD_CLIENT_ID_HERE&permissions=34816&scope=bot%20applications.commands (replacing YOUR_DISCORD_CLIENT_ID_HERE of course)

About

Discord bot to help playing TTRPGs without a VTT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published