Rename RollCommand -> Roll to make it consistent

This commit is contained in:
Holly Stubbs 2023-09-10 18:51:29 +01:00
parent 50900e333e
commit 9a2bfabee6
Signed by: tgpholly
GPG key ID: B8583C4B7D18119E
2 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,7 @@ import RankingCommand from "./commands/Ranking";
import LockCommand from "./commands/Lock"; import LockCommand from "./commands/Lock";
import MultiplayerCommands from "./commands/Multiplayer"; import MultiplayerCommands from "./commands/Multiplayer";
import HelpCommand from "./commands/Help"; import HelpCommand from "./commands/Help";
import RollCommand from "./commands/RollCommand"; import RollCommand from "./commands/Roll";
export default class Bot { export default class Bot {
public user:User; public user:User;