Skip to content

Commit

Permalink
Fixed random messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ya-ilya committed Aug 5, 2022
1 parent 8af664a commit 87426ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/minecraft/MinecraftBot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 <item name> 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 <kit name> to get it",
`This bot has a dupe command! Enter ${config.minecraft.prefix}dupe <item name> 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 <kit name> to get it`,
// ...
]

Expand Down

0 comments on commit 87426ed

Please sign in to comment.