Rename RollCommand -> Roll to make it consistent
This commit is contained in:
parent
50900e333e
commit
9a2bfabee6
2 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import RankingCommand from "./commands/Ranking";
|
|||
import LockCommand from "./commands/Lock";
|
||||
import MultiplayerCommands from "./commands/Multiplayer";
|
||||
import HelpCommand from "./commands/Help";
|
||||
import RollCommand from "./commands/RollCommand";
|
||||
import RollCommand from "./commands/Roll";
|
||||
|
||||
export default class Bot {
|
||||
public user:User;
|
||||
|
|
Loading…
Reference in a new issue