Pathfinder-Discord-Bot
Pathfinder-Discord-Bot copied to clipboard
Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I saw the previous issue (#55) on setting up the bot, but still having some trouble. I installed GitHub, cloned the repo, installed node.js, created an application, created a bot,...
When an enemydies, all info is removed from the data. However, that data is how the bot knows what imitative it should be on when going to the next turn,...
Currently there appears to be a bug parsing/addressing some names (ones with spaces it seems) in some commands (Damage and Remove for example) **Duplication** !omni add enemy 'War Boss' AC:40...
`!omni help` already exists, but users will have no idea that is a possibility, or that !omni / !lookup are commands either. Should also put a message in the bot...
This would not change time or anything like that. Need to consider how this will work with time, especially concerning the delay action.
This will provide a much friendlier and consistent user experience.
Each handler function currently has to implement its own detection and iteration of characters when commands with %groups are used. This is silly and could be better implemented.