Skip to main content

Decorators

Decorators are special functions that can modify the behavior of classes, functions, variables, etc.. All decorators in discordjs-helper are applied to classes. They are used to simplify and reuse code that are too repetitive.