Skip to content

Commit 05b96a2

Browse files
committed
fix: add color and version bump
1 parent 8d03d82 commit 05b96a2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "would-you",
3-
"version": "1.4.13",
3+
"version": "1.5.0",
44
"description": "Would You is a popular Discord bot that allows you to play the classic game of Would You Rather with your friends!",
55
"main": "dist/cluster.js",
66
"scripts": {

src/commands/settings/language.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ const command: ChatInputCommand = {
8585
.setFooter({
8686
text: "Would You",
8787
iconURL: client?.user?.displayAvatarURL() || undefined,
88-
});
88+
})
89+
.setColor("#0598F6");
8990

9091
switch (interaction.options.getString("type")) {
9192
case "user": {

0 commit comments

Comments
 (0)