mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 14:21:41 +02:00
Throttling
This commit is contained in:
@@ -11,6 +11,10 @@ module.exports = class WhosThatPokemonCommand extends Command {
|
|||||||
group: 'games',
|
group: 'games',
|
||||||
memberName: 'whos-that-pokemon',
|
memberName: 'whos-that-pokemon',
|
||||||
description: 'Guess who that Pokémon is.',
|
description: 'Guess who that Pokémon is.',
|
||||||
|
throttling: {
|
||||||
|
usages: 1,
|
||||||
|
duration: 15
|
||||||
|
},
|
||||||
clientPermissions: ['ATTACH_FILES'],
|
clientPermissions: ['ATTACH_FILES'],
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user