Commands
DeleterApi/public/commands
Get Commands
GET https://api.deleter.xyz/stable/public/commands
This endpoint allows you to get bot commands.
Path Parameters
Name
Type
Description
just send request
string
and all will work.
[
{
name: '8ball',
ru: {
name: 'шар',
pseudonym: [ 'шар', 'куб' ],
category: 'развлечения',
description: 'Отвечает рандомной фразой на ваш вопрос.'
},
en: {
name: '8ball',
pseudonym: [ '8ball', '8cube' ],
category: 'fun',
description: 'Answers a random phrase to your question.'
},
gg: {
name: 'цыганка',
pseudonym: [ 'цыганка' ],
category: 'наёбки',
description: 'скажет тебе, пидорас ты или нет.'
},
memberPermissions: [],
isSettings: false,
isModerator: false,
category: 'fun'
}
]Last updated