From ea0c1ce29b52e8bbc8c14a728fb9daec5918aab1 Mon Sep 17 00:00:00 2001 From: rainbunny <101956787+rainbunny@users.noreply.github.com> Date: Fri, 8 Apr 2022 16:26:17 -0500 Subject: [PATCH] Changing to "color" since the source language of the app is in American English. --- command/embed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {