Skip to content

Commit 59362c0

Browse files
author
aeristhy
committed
v5.0.2
1 parent 6c3b03b commit 59362c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SlashCommands/utility/help.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
.setDescription(`Hey, <@${interaction.user.id}>! I am a Open Source Discord bot that send random cat images.\n`+
1717
'To selfhost me, follow this instructions [in my github](https://github.com/aeristhy/Random-Cat)\n\n'+
1818
'Here are my commands:\n'+
19-
`▫️ ${client.slashCommands.map(c => `\`/${c.name}\``).join('\n▫️ ')}`)
19+
`▫️ ${client.slashCommands.map(c => `\`/${c.name}\``).join('\n▫️ ')}`);
2020

2121
interaction.followUp({ embeds: [embed] });
2222
},

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "random-cat",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "A basic bot to help you get started with using the no-api-key.com/api/v1/animals/cat API.",
55
"main": "./src/index.js",
66
"type": "commonjs",

0 commit comments

Comments
 (0)