ToogaInc / ToogaBooga

An open-source Realm of the Mad God Discord chat bot designed for advanced cross-verification, moderation, and raid management.
MIT License
8 stars 4 forks source link

feat(dungeon): add realm clearing, misc, exalt options #285

Closed sjkd23 closed 1 year ago

sjkd23 commented 1 year ago
sjkd23 commented 1 year ago

As pat mentioned, make the O3 string choice a constant.

I dont currently know how to do this. But will attempt to figure it out. Probably.

sjkd23 commented 1 year ago

Ok I think I did it right. It works with the test bot, and dmans is the one that walked me through it, so it should be good!

sjkd23 commented 1 year ago

Added DUNGEON_SHORTCUTS as a type in types.ts

Added Dungeon_Shortcuts as a constant in GeneralConstants

Exported dungeon shortcuts in logrun, headcount, and afkcheck commands,