andersthemagi / Sovereign-of-Chaos

A small-scale bot made in Python, capable of handling several D&D related tasks on Discord. Built using Discord.py and hosted on a Raspberry Pi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Way to Exit Initiative Removal

andersthemagi opened this issue · comments

Describe the bug

When trying to rescind potential initiative removal, the bot has no way of cancelling that action and ends up in a loop.

Steps To Reproduce

image

Expected behavior

In the skill challenge module, I could have sworn I built in 'nvm' clauses for init editing / removal. Can take a look to make sure, but basically whenever user input is being collected, a user should be able to type nvm to tell the bot it can shortcircuit the command.

Additional context

Should check to make sure both editing and removal have a way to exit, as well as stuff for the skill challenge:

  • Initiative Editing NVM clauses
  • Initiative Removing NVM clauses
  • Skill Challenge Add NVM clauses

NVM clauses have been developed for literally every single user-input msg variable to be able to exit the prompt without issues. Some adjustments were made on how skill challenges tackle adding an action, but that was ideal since we were adding an action before we had all the necessary information. Closing this out