This commit is contained in:
Lukian LEIZOUR 2023-03-04 12:27:30 +01:00
parent 6781c7ff91
commit fcd80c5ac8
3 changed files with 43 additions and 4 deletions

View file

@ -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);