diff --git a/core/minecraft/MinecraftBot.ts b/core/minecraft/MinecraftBot.ts index 747f4af..e19a236 100644 --- a/core/minecraft/MinecraftBot.ts +++ b/core/minecraft/MinecraftBot.ts @@ -69,9 +69,9 @@ export class MinecraftBot { const controlStates: ControlState[] = ["forward", "back", "left", "right"] const messages = [ - "This bot has a dupe command! Enter ${config.minecraft.prefix}dupe to dupe any item :)", - "I remind you, there are rules on this server - ${config.minecraft.prefix}rules", - "Do you need a kit? enter the command ${config.minecraft.prefix}kit to get it", + `This bot has a dupe command! Enter ${config.minecraft.prefix}dupe to dupe any item :)`, + `I remind you, there are rules on this server - ${config.minecraft.prefix}rules`, + `Do you need a kit? enter the command ${config.minecraft.prefix}kit to get it`, // ... ]