diff --git a/package.json b/package.json index 40810533..c254a226 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "would-you", - "version": "1.4.13", + "version": "1.5.0", "description": "Would You is a popular Discord bot that allows you to play the classic game of Would You Rather with your friends!", "main": "dist/cluster.js", "scripts": { diff --git a/src/commands/settings/language.ts b/src/commands/settings/language.ts index 6ee7d5e7..6d39900d 100644 --- a/src/commands/settings/language.ts +++ b/src/commands/settings/language.ts @@ -85,7 +85,8 @@ const command: ChatInputCommand = { .setFooter({ text: "Would You", iconURL: client?.user?.displayAvatarURL() || undefined, - }); + }) + .setColor("#0598F6"); switch (interaction.options.getString("type")) { case "user": {