TeamRizu / OutFox-Discord-Bot

Project OutFox Discord Bot
Apache License 2.0
1 stars 0 forks source link

Fix modfile priority on mods command #10

Closed moruzerinho6 closed 3 years ago

moruzerinho6 commented 3 years ago

Right now the class will try to find a modfile with the exact name given by the user, otherwise, a modfile that includes what the user sent, the problem is that this is done per sheet table, and if a modfile with the exact name is on the later table but a modfile that includes user argument is on the current table then the exact name modfile will be ignored.