Shadowblade911 / MrLancer-v2

ISC License
0 stars 0 forks source link

Adding some migrations and commands #17

Closed Shadowblade911 closed 2 years ago

Shadowblade911 commented 2 years ago

1) Moved the knexfile and migrations under into the source folder. It was causing a conflict with the tsc compiling 2) moved the permissions check to a function since it was duplicated across multiple commands 3) added the beginnings of addElevatedUser command 4) started trying to get /oldman command to take a prompt subcommand 5) got prompt command to mention the user, it still actually mentions the user though.