diff --git a/server/Bot.ts b/server/Bot.ts index 24b71ce..e891562 100644 --- a/server/Bot.ts +++ b/server/Bot.ts @@ -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; diff --git a/server/commands/RollCommand.ts b/server/commands/Roll.ts similarity index 100% rename from server/commands/RollCommand.ts rename to server/commands/Roll.ts