diff --git a/command/embed.js b/command/embed.js index f70b07c..1dcbf1c 100644 --- a/command/embed.js +++ b/command/embed.js @@ -92,7 +92,7 @@ class EmbedDialog } } - await this.prompt('🎨 What do you want the **colour** of this embed to be?'); + await this.prompt('🎨 What do you want the **color** of this embed to be?'); const colourMessage = await this.awaitMessage(this.messageFilter); if (!colourMessage) {