mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 18:05:01 +02:00
Change all throttling defaults
This commit is contained in:
@@ -14,7 +14,7 @@ module.exports = class AnimeEyesCommand extends Command {
|
||||
memberName: 'anime-eyes',
|
||||
description: 'Draws anime eyes onto the faces in an image.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 60
|
||||
},
|
||||
credit: [
|
||||
|
||||
@@ -13,7 +13,7 @@ module.exports = class ApprovedCommand extends Command {
|
||||
memberName: 'approved',
|
||||
description: 'Draws an "approved" stamp over an image or a user\'s avatar.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -11,7 +11,7 @@ module.exports = class AsciiCommand extends Command {
|
||||
memberName: 'ascii',
|
||||
description: 'Draws an image or a user\'s avatar but with ascii.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 15
|
||||
},
|
||||
args: [
|
||||
|
||||
@@ -12,7 +12,7 @@ module.exports = class BlurCommand extends Command {
|
||||
memberName: 'blur',
|
||||
description: 'Draws an image or a user\'s avatar but blurred.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -13,7 +13,7 @@ module.exports = class BobRossCommand extends Command {
|
||||
memberName: 'bob-ross',
|
||||
description: 'Draws an image or a user\'s avatar over Bob Ross\' canvas.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -12,7 +12,7 @@ module.exports = class BrazzersCommand extends Command {
|
||||
description: 'Draws an image with the Brazzers logo in the corner.',
|
||||
nsfw: true,
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -11,7 +11,7 @@ module.exports = class CharcoalCommand extends Command {
|
||||
memberName: 'charcoal',
|
||||
description: 'Draws an image or a user\'s avatar but with charcoal.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 15
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -11,7 +11,7 @@ module.exports = class CircleCommand extends Command {
|
||||
memberName: 'circle',
|
||||
description: 'Draws an image or a user\'s avatar as a circle.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -10,7 +10,7 @@ module.exports = class ColorCommand extends Command {
|
||||
memberName: 'color',
|
||||
description: 'Sends an image of the color you choose.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -13,7 +13,7 @@ module.exports = class CommunistCommand extends Command {
|
||||
memberName: 'communist',
|
||||
description: 'Draws the Communist flag over an image or a user\'s avatar.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -11,7 +11,7 @@ module.exports = class ContrastCommand extends Command {
|
||||
memberName: 'contrast',
|
||||
description: 'Draws an image or a user\'s avatar but with contrast.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -18,7 +18,7 @@ module.exports = class ConvertImageCommand extends Command {
|
||||
description: 'Converts an image from one format to another.',
|
||||
details: `**Formats:** ${Object.keys(formats).join(', ')}`,
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -14,7 +14,7 @@ module.exports = class DannyDevitoCommand extends Command {
|
||||
memberName: 'danny-devito',
|
||||
description: 'Draws Danny Devito\'s face onto the faces in an image.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 60
|
||||
},
|
||||
credit: [
|
||||
|
||||
@@ -12,7 +12,7 @@ module.exports = class DesaturateCommand extends Command {
|
||||
memberName: 'desaturate',
|
||||
description: 'Draws an image or a user\'s avatar but desaturated.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -12,7 +12,7 @@ module.exports = class DexterCommand extends Command {
|
||||
memberName: 'dexter',
|
||||
description: 'Draws an image or a user\'s avatar over the screen of Dexter from Pokémon.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -11,7 +11,7 @@ module.exports = class DistortCommand extends Command {
|
||||
memberName: 'distort',
|
||||
description: 'Draws an image or a user\'s avatar but distorted.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -11,7 +11,7 @@ module.exports = class EmbossCommand extends Command {
|
||||
memberName: 'emboss',
|
||||
description: 'Draws an image or a user\'s avatar but embossed.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 15
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -13,7 +13,7 @@ module.exports = class EyesCommand extends Command {
|
||||
memberName: 'eyes',
|
||||
description: 'Draws emoji eyes onto the faces in an image.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 60
|
||||
},
|
||||
credit: [
|
||||
|
||||
@@ -13,7 +13,7 @@ module.exports = class FireFrameCommand extends Command {
|
||||
memberName: 'fire-frame',
|
||||
description: 'Draws a fiery border over an image or a user\'s avatar.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -12,7 +12,7 @@ module.exports = class FishEyeCommand extends Command {
|
||||
memberName: 'fish-eye',
|
||||
description: 'Draws an image or a user\'s avatar but with a fish-eye lens.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -15,7 +15,7 @@ module.exports = class FrameCommand extends Command {
|
||||
memberName: 'frame',
|
||||
description: 'Draws a frame around an image or a user\'s avatar.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -10,7 +10,7 @@ module.exports = class GhostCommand extends Command {
|
||||
memberName: 'ghost',
|
||||
description: 'Draws an image or a user\'s avatar but with a ghost-like transparency.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -12,7 +12,7 @@ module.exports = class GlassShatterCommand extends Command {
|
||||
memberName: 'glass-shatter',
|
||||
description: 'Draws an image or a user\'s avatar with a glass shatter in front of it.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -11,7 +11,7 @@ module.exports = class GlitchCommand extends Command {
|
||||
memberName: 'glitch',
|
||||
description: 'Draws an image or a user\'s avatar but glitched.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -12,7 +12,7 @@ module.exports = class GreyscaleCommand extends Command {
|
||||
memberName: 'greyscale',
|
||||
description: 'Draws an image or a user\'s avatar in greyscale.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -11,7 +11,7 @@ module.exports = class GunCommand extends Command {
|
||||
memberName: 'gun',
|
||||
description: 'Draws a gun over an image or a user\'s avatar.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -12,7 +12,7 @@ module.exports = class HandsCommand extends Command {
|
||||
memberName: 'hands',
|
||||
description: 'Draws creepy hands over an image or a user\'s avatar.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -11,7 +11,7 @@ module.exports = class IfunnyCommand extends Command {
|
||||
memberName: 'ifunny',
|
||||
description: 'Draws an image with the iFunny logo.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -11,7 +11,7 @@ module.exports = class ImplodeCommand extends Command {
|
||||
memberName: 'implode',
|
||||
description: 'Draws an image or a user\'s avatar but imploded.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 15
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -11,7 +11,7 @@ module.exports = class InvertCommand extends Command {
|
||||
memberName: 'invert',
|
||||
description: 'Draws an image or a user\'s avatar but inverted.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -12,7 +12,7 @@ module.exports = class LegoIconCommand extends Command {
|
||||
memberName: 'lego-icon',
|
||||
description: 'Edits an image or avatar onto a character icon from LEGO Star Wars.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -12,7 +12,7 @@ module.exports = class LiquidRescaleCommand extends Command {
|
||||
memberName: 'liquid-rescale',
|
||||
description: 'Draws an image or a user\'s avatar but with liquid rescale from ImageMagick.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 30
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -12,7 +12,7 @@ module.exports = class MirrorCommand extends Command {
|
||||
memberName: 'mirror',
|
||||
description: 'Draws an image or a user\'s avatar but mirrored on the X/Y axis (or both).',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -12,7 +12,7 @@ module.exports = class MotionBlurCommand extends Command {
|
||||
memberName: 'motion-blur',
|
||||
description: 'Draws an image or a user\'s avatar with motion blur.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -11,7 +11,7 @@ module.exports = class NeedsMoreJpegCommand extends Command {
|
||||
memberName: 'needs-more-jpeg',
|
||||
description: 'Draws an image or a user\'s avatar as a low quality JPEG.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -13,7 +13,7 @@ module.exports = class NoiseCommand extends Command {
|
||||
description: 'Draws an image or a user\'s avatar but with noise.',
|
||||
details: `**Types:** ${types.join(', ')}`,
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 15
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -12,7 +12,7 @@ module.exports = class OilPaintingCommand extends Command {
|
||||
memberName: 'oil-painting',
|
||||
description: 'Draws an image or a user\'s avatar but with oil paints.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 15
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -15,7 +15,7 @@ module.exports = class PetCommand extends Command {
|
||||
memberName: 'pet',
|
||||
description: 'Pets an image or a user\'s avatar.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 30
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -12,7 +12,7 @@ module.exports = class PixelizeCommand extends Command {
|
||||
memberName: 'pixelize',
|
||||
description: 'Draws an image or a user\'s avatar pixelized.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -13,7 +13,7 @@ module.exports = class PoliceTapeCommand extends Command {
|
||||
memberName: 'police tape',
|
||||
description: 'Draws police tape over an image or a user\'s avatar.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -12,7 +12,7 @@ module.exports = class RainbowCommand extends Command {
|
||||
memberName: 'rainbow',
|
||||
description: 'Draws a rainbow over an image or a user\'s avatar.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -13,7 +13,7 @@ module.exports = class RejctedCommand extends Command {
|
||||
memberName: 'rejected',
|
||||
description: 'Draws a "rejected" stamp over an image or a user\'s avatar.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -10,7 +10,7 @@ module.exports = class ResizeCommand extends Command {
|
||||
memberName: 'resize',
|
||||
description: 'Draws an image or a user\'s avatar resized to the size you want.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -10,7 +10,7 @@ module.exports = class RotateCommand extends Command {
|
||||
memberName: 'rotate',
|
||||
description: 'Draws an image or a user\'s avatar but rotated a number of degrees.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -11,7 +11,7 @@ module.exports = class SepiaCommand extends Command {
|
||||
memberName: 'sepia',
|
||||
description: 'Draws an image or a user\'s avatar in sepia.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -13,7 +13,7 @@ module.exports = class ShakeCommand extends Command {
|
||||
memberName: 'shake',
|
||||
description: 'Draws an image or a user\'s avatar shaking.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 30
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -11,7 +11,7 @@ module.exports = class SilhouetteCommand extends Command {
|
||||
memberName: 'silhouette',
|
||||
description: 'Draws a silhouette of an image or a user\'s avatar.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -12,7 +12,7 @@ module.exports = class SimpCommand extends Command {
|
||||
memberName: 'simp',
|
||||
description: 'Draws a "simp" stamp over an image or a user\'s avatar.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -12,7 +12,7 @@ module.exports = class SpotifyNowPlayingCommand extends Command {
|
||||
memberName: 'spotify-now-playing',
|
||||
description: 'Draws an image or a user\'s avatar on a Spotify album with the name and artist of your choice.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -10,7 +10,7 @@ module.exports = class SquareCommand extends Command {
|
||||
memberName: 'square',
|
||||
description: 'Draws an image or a user\'s avatar as a square.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -12,7 +12,7 @@ module.exports = class SquishCommand extends Command {
|
||||
memberName: 'squish',
|
||||
description: 'Draws an image or a user\'s avatar but squished across the X or Y axis.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 60
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -12,7 +12,7 @@ module.exports = class SteamCardCommand extends Command {
|
||||
memberName: 'steam-card',
|
||||
description: 'Draws an image or a user\'s avatar on a Steam Trading Card.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -12,7 +12,7 @@ module.exports = class SubtitleCommand extends Command {
|
||||
memberName: 'subtitle',
|
||||
description: 'Adds subtitles to an image.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -11,7 +11,7 @@ module.exports = class SwirlCommand extends Command {
|
||||
memberName: 'swirl',
|
||||
description: 'Draws an image or a user\'s avatar but swirled.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 15
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -11,7 +11,7 @@ module.exports = class TintCommand extends Command {
|
||||
memberName: 'tint',
|
||||
description: 'Draws an image or a user\'s avatar but tinted a specific color.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -13,7 +13,7 @@ module.exports = class WantedCommand extends Command {
|
||||
memberName: 'wanted',
|
||||
description: 'Draws an image or a user\'s avatar over a wanted poster.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -13,7 +13,7 @@ module.exports = class WildPokemonCommand extends Command {
|
||||
memberName: 'wild-pokemon',
|
||||
description: 'Draws an image or a user\'s avatar over a wild Pokémon appearance.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -13,7 +13,7 @@ module.exports = class YouDiedCommand extends Command {
|
||||
memberName: 'you-died',
|
||||
description: 'Sends a "You Died" screen over an image or a user\'s avatar.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
@@ -18,7 +18,7 @@ module.exports = class YuGiOhGenCommand extends Command {
|
||||
memberName: 'yu-gi-oh-gen',
|
||||
description: 'Draws an image or a user\'s avatar on a Yu-Gi-Oh! Trading Card with the text of your choice.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
usages: 2,
|
||||
duration: 10
|
||||
},
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
|
||||
Reference in New Issue
Block a user