Changing to "color" since the source language of the app is in American English.

This commit is contained in:
rainbunny 2022-04-08 16:26:17 -05:00 committed by GitHub
parent 239b16c80d
commit ea0c1ce29b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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); const colourMessage = await this.awaitMessage(this.messageFilter);
if (!colourMessage) { if (!colourMessage) {