Skip to content

Commit

Permalink
fix: add color and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mezotv committed May 21, 2024
1 parent 8d03d82 commit 05b96a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 2 additions & 1 deletion src/commands/settings/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 05b96a2

Please sign in to comment.