underware-gg / pistols-discord-bot

A Discord bot for Pistols at 10 Blocks
https://pistols-social-app.vercel.app
Creative Commons Zero v1.0 Universal
1 stars 3 forks source link

pistols-discord-bot

πŸ”«Pistols at 10 Blocks

Add the Pistols Bot to your server: later

Project structure

/discord-bot: The Bot

/social-app: App that links Duellists with their Discord account

Developer Notes

Issue Dependency

graph TD;
  A[βœ… #1 Bot Setup];
  C[βœ… #3 Duelist Commands];
  B[βœ… #2 Duel Commands];
  D[βœ… #4 Duel Notifications];
  E[βœ… #5 Social Link App];
  F[#6 Discord Users Notifications];
  G[βœ… #7 Discord Users Commands];
  H[#8 Issue / Accept Challenge];
  I[#9 Player Moves];
  J[βœ… #14 New Duelists notification];
  K[#15 /my_turn command];
  L[βœ… #17 /settings command];

  A-->C;
  A-->B;
  C-->J;
  E-->F;
  J-->L;
  E-->G;
  B-->G;
  A-->H;
  E-->H;
  H-->I;
  G-->K;
  J-->F;
  J-->D;