beanc16 / roll-of-darkness-bot

A discord bot for rolling dice in the New World of Darkness, Pokemon Tabletop United, and Curseborne tabletop systems
1 stars 0 forks source link

Move PTU Search Services to PTU subcommand services folder #9

Open beanc16 opened 1 day ago

beanc16 commented 1 day ago

When the SearchService file was initially created to generically allow easy searching, PTU class variations were put in the same file. In order to do proper separation of concerns, these should be moved to the PTU subcommand folder (/src/commands-slash/Ptu/services). https://github.com/beanc16/roll-of-darkness-bot/blob/04390821e4895ac03f88757029e6f683b6e142cf/src/services/SearchService.ts#L76-L195