This commit is contained in:
Lukian LEIZOUR 2023-03-04 17:30:09 +01:00
parent 81df8879c2
commit 20292262d6
4 changed files with 47 additions and 25 deletions

View file

@ -93,6 +93,10 @@ const commands = [
},
],
},
{
name : 'getmyguota',
description : 'Get your quota',
},
];
const rest = new REST({ version: '10' }).setToken(process.env.DISCORD);