You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reaction buttons have various issues of varying severity.
One issue is that sometimes Bastion will show a "Missing Permissions" error. This seems to be on attempting to remove reactions due to a change of page, while still placing reactions for the old page.
In general, it may be beneficial to refactor the system so that if a button should remain on page change, but its purpose changes, we can do that without deleting and readding the button. This will reduce conflicts and waiting time.
Bastion does not react to the removal of a reaction, even though to an end-user that's still the same action of clicking the button.
Bastion should accept the actual number displayed when calling a result through a command, instead of only modulo 10.
The text was updated successfully, but these errors were encountered:
Reaction buttons have various issues of varying severity.
One issue is that sometimes Bastion will show a "Missing Permissions" error. This seems to be on attempting to remove reactions due to a change of page, while still placing reactions for the old page.
In general, it may be beneficial to refactor the system so that if a button should remain on page change, but its purpose changes, we can do that without deleting and readding the button. This will reduce conflicts and waiting time.
Bastion does not react to the removal of a reaction, even though to an end-user that's still the same action of clicking the button.
Bastion should accept the actual number displayed when calling a result through a command, instead of only
modulo 10
.The text was updated successfully, but these errors were encountered: