File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ module.exports = {
16
16
. setDescription ( `Hey, <@${ interaction . user . id } >! I am a Open Source Discord bot that send random cat images.\n` +
17
17
'To selfhost me, follow this instructions [in my github](https://github.com/aeristhy/Random-Cat)\n\n' +
18
18
'Here are my commands:\n' +
19
- `▫️ ${ client . slashCommands . map ( c => `\`/${ c . name } \`` ) . join ( '\n▫️ ' ) } ` )
19
+ `▫️ ${ client . slashCommands . map ( c => `\`/${ c . name } \`` ) . join ( '\n▫️ ' ) } ` ) ;
20
20
21
21
interaction . followUp ( { embeds : [ embed ] } ) ;
22
22
} ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " random-cat" ,
3
- "version" : " 5.0.1 " ,
3
+ "version" : " 5.0.2 " ,
4
4
"description" : " A basic bot to help you get started with using the no-api-key.com/api/v1/animals/cat API." ,
5
5
"main" : " ./src/index.js" ,
6
6
"type" : " commonjs" ,
You can’t perform that action at this time.
0 commit comments