We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d03d82 commit 05b96a2Copy full SHA for 05b96a2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "would-you",
3
- "version": "1.4.13",
+ "version": "1.5.0",
4
"description": "Would You is a popular Discord bot that allows you to play the classic game of Would You Rather with your friends!",
5
"main": "dist/cluster.js",
6
"scripts": {
src/commands/settings/language.ts
@@ -85,7 +85,8 @@ const command: ChatInputCommand = {
85
.setFooter({
86
text: "Would You",
87
iconURL: client?.user?.displayAvatarURL() || undefined,
88
- });
+ })
89
+ .setColor("#0598F6");
90
91
switch (interaction.options.getString("type")) {
92
case "user": {
0 commit comments