Skip to content

Commit 2e9fb34

Browse files
committed
fix: starpassed embeds show … for some reason
1 parent 84caa7c commit 2e9fb34

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

resources/strings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@
118118
"plural": "Instapassing %COUNT% textures…"
119119
},
120120
"finished_title": {
121-
"singular": "Instapassed %COUNT% texture",
122-
"plural": "Instapassed %COUNT% textures"
121+
"singular": "Instapassed %COUNT% texture",
122+
"plural": "Instapassed %COUNT% textures"
123123
},
124124
"no_reason": "*No reason provided*"
125125
},

src/functions/commandHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export async function loadCommands(client: Client<true>) {
2727
.put(Routes.applicationCommands(client.user.id), {
2828
body: Array.from(client.commands.values(), (command) => command.data.toJSON()),
2929
})
30-
.then(() => console.log("Slash commands loaded"));
30+
.then(() => console.log("Slash commands loaded!"));
3131
}
3232

3333
/**

0 commit comments

Comments
 (0)