commit
This commit is contained in:
parent
6781c7ff91
commit
fcd80c5ac8
3 changed files with 43 additions and 4 deletions
|
@ -57,6 +57,11 @@ const commands = [
|
|||
},
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
name : 'listconvs',
|
||||
description : 'List all the conversations in the database',
|
||||
},
|
||||
];
|
||||
|
||||
const rest = new REST({ version: '10' }).setToken(process.env.DISCORD);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue