## [10.0.1](https://github.com/Garlic-Team/GCommands/compare/10.0.0...10.0.1) (2026-01-19)


### Bug Fixes

* **Context:** add channelId ([97a71ef](https://github.com/Garlic-Team/GCommands/commit/97a71ef52d44253b08614fd53f862aa7cb318c4a))
* **deps:** update dependency zod to v3.22.3 [security] ([49ea986](https://github.com/Garlic-Team/GCommands/commit/49ea98623f0ea55844f39e7c783abe2bf2ea0787))
* missing public ([88309b6](https://github.com/Garlic-Team/GCommands/commit/88309b63d4299bf19a07b27cbe42a75461984ae2))
* replace deprecated ready event with clientReady ([4d1da87](https://github.com/Garlic-Team/GCommands/commit/4d1da87e51ec409ebb76c308479ed169f39e5b42))


### Features

* add nsfw commands support ([9c0fa7c](https://github.com/Garlic-Team/GCommands/commit/9c0fa7c89b6af50dd50d761fda700dfe0c8116f6))
* logger jsdocs ([e0a937a](https://github.com/Garlic-Team/GCommands/commit/e0a937af5aa5aa914263db284c57f8f3a16224ee))



## [10.0.1](https://github.com/Garlic-Team/GCommands/compare/10.0.0...10.0.1) (2026-01-19)


### Bug Fixes

* **Context:** add channelId ([97a71ef](https://github.com/Garlic-Team/GCommands/commit/97a71ef52d44253b08614fd53f862aa7cb318c4a))
* **deps:** update dependency zod to v3.22.3 [security] ([49ea986](https://github.com/Garlic-Team/GCommands/commit/49ea98623f0ea55844f39e7c783abe2bf2ea0787))
* missing public ([88309b6](https://github.com/Garlic-Team/GCommands/commit/88309b63d4299bf19a07b27cbe42a75461984ae2))
* replace deprecated ready event with clientReady ([4d1da87](https://github.com/Garlic-Team/GCommands/commit/4d1da87e51ec409ebb76c308479ed169f39e5b42))


### Features

* add nsfw commands support ([9c0fa7c](https://github.com/Garlic-Team/GCommands/commit/9c0fa7c89b6af50dd50d761fda700dfe0c8116f6))
* logger jsdocs ([e0a937a](https://github.com/Garlic-Team/GCommands/commit/e0a937af5aa5aa914263db284c57f8f3a16224ee))



# [10.0.0](https://github.com/Garlic-Team/GCommands/compare/9.3.0...10.0.0) (2022-10-02)


### Bug Fixes

* dont import InteractionType as type ([716cabd](https://github.com/Garlic-Team/GCommands/commit/716cabd573457b0d0bfb3ab6fefb8e0902a3dce0))
* make .husky/* executable ([8386336](https://github.com/Garlic-Team/GCommands/commit/83863361445a141f4a77a7ee3dcd4a2ac5d9fa91))


### Features

* support for djs v14 ([78aba15](https://github.com/Garlic-Team/GCommands/commit/78aba151dfe9e24c8c094769107749cf6667cd95))



# [9.3.0](https://github.com/Garlic-Team/GCommands/compare/9.2.0...9.3.0) (2022-07-27)


### Bug Fixes

* command defaults inhibitor ([418d048](https://github.com/Garlic-Team/GCommands/commit/418d04825890b60ebdd01c502cddf23c514c0f58))
* **deps:** update dependency @discordjs/rest to ^0.5.0 ([208fc8c](https://github.com/Garlic-Team/GCommands/commit/208fc8c40736752074932f85b0fc6068c1630f0f))
* **deps:** update dependency @discordjs/rest to v1 ([f1f7aec](https://github.com/Garlic-Team/GCommands/commit/f1f7aece084b1fc8e5315d3427125655e336bb4a))
* description is not optional ([54cbca6](https://github.com/Garlic-Team/GCommands/commit/54cbca6ba3480cc76d75f33e5ea9beb1b402cc55))
* update name ([3023b47](https://github.com/Garlic-Team/GCommands/commit/3023b47f70ef4cdef5f911f7754c128029c619d1))
* use length check ([50946dd](https://github.com/Garlic-Team/GCommands/commit/50946dd9dd9406631db671bd52b843d8c55228ef))


### Features

* add max & min length in string option ([ff84e4a](https://github.com/Garlic-Team/GCommands/commit/ff84e4a4dafdc289c2b3cc3edd332a69bc80dcff))



# [9.2.0](https://github.com/Garlic-Team/GCommands/compare/9.1.0...9.2.0) (2022-05-15)


### Bug Fixes

* add {duration} variable ([35ddf60](https://github.com/Garlic-Team/GCommands/commit/35ddf60f32ee36952be24bd518daf3a278be4cd0))
* add check for autoDefer ([fb22ec2](https://github.com/Garlic-Team/GCommands/commit/fb22ec20367ee38c7ad4466b704c5c3f5aec5423))
* add missing nameLocalizations for ArgumentChoice ([038d9c4](https://github.com/Garlic-Team/GCommands/commit/038d9c4117e90d14644fbb2ecd7f69e47dc80828))
* add pluginoptions ([54985ab](https://github.com/Garlic-Team/GCommands/commit/54985abb01a93a705963696292d4aed152da1d14))
* Argument choice value should allow numbers ([c3b85e3](https://github.com/Garlic-Team/GCommands/commit/c3b85e389277bca72d152f03b2e01727dc22cf6a))
* command & option name regex validating ([f97440c](https://github.com/Garlic-Team/GCommands/commit/f97440c1067c61aeb593b250c24e6273e08f2635))
* **Command:** changes revert ([b201cf0](https://github.com/Garlic-Team/GCommands/commit/b201cf04835e406c1a24f42bb6213f545e12bff4))
* **CommandContext:** Added this.interaction for safeReply ([c575b33](https://github.com/Garlic-Team/GCommands/commit/c575b3320d516aeb3065c62e2fcb6c57df6cc8ae))
* **CommandContext:** Interaction can be undefined ([335585e](https://github.com/Garlic-Team/GCommands/commit/335585e82b125a96cdc02396840d96a8acc19484))
* **Component:** changes revert ([f1d9768](https://github.com/Garlic-Team/GCommands/commit/f1d976816c582825afe314c7ae726d083486464a))
* **Component:** unimportant fix ([083d735](https://github.com/Garlic-Team/GCommands/commit/083d7355096fd705c8d95864b4883c8ab244b8ba))
* default member permissions ([5180fa6](https://github.com/Garlic-Team/GCommands/commit/5180fa6063da1b9d84292136d4a8e2d0c73260c8))
* **deps:** update dependency @discordjs/rest to ^0.4.0 ([5cfa70c](https://github.com/Garlic-Team/GCommands/commit/5cfa70c8ef697cc6966b2a954e0361127fbaabc2))
* grammar typo (a -> an) ([e0195da](https://github.com/Garlic-Team/GCommands/commit/e0195da92dc0b6d8b1922077d0179d488786756a))
* **KeyvProvider:** generic ([188ea5a](https://github.com/Garlic-Team/GCommands/commit/188ea5ab941548f0d79fae8e3a42805687adcad9))
* **KeyvProvider:** generic ._. ([debfbcc](https://github.com/Garlic-Team/GCommands/commit/debfbcccdd00fdeef30215dfa8f5d125af6a4674))
* **Listener:** changes revert ([adad141](https://github.com/Garlic-Team/GCommands/commit/adad1410c405393b8603033179422b5a984b5b8a))
* **MessageCommandHandler:** missing await ([17fda6c](https://github.com/Garlic-Team/GCommands/commit/17fda6cab6431194d89c03ad149ab91a593362fc))
* **MessageCommandHandler:** optional chaining on nullable property ([74e77a7](https://github.com/Garlic-Team/GCommands/commit/74e77a72059a20c87986dd4ac80edaf536d17a6f))
* **MessageCommandHandler:** toString ([e201d83](https://github.com/Garlic-Team/GCommands/commit/e201d837c9d23b76fa7a25a7ed9391f1d61d0fd8))
* **Plugin:** changes revert ([21a1b65](https://github.com/Garlic-Team/GCommands/commit/21a1b65df00f1682977cc8ca97e847a1b32878e1))
* regexp ([903c7a6](https://github.com/Garlic-Team/GCommands/commit/903c7a602473b7272a1ab44b41eabae807185868))
* remove some expect-errors ([9f5e01a](https://github.com/Garlic-Team/GCommands/commit/9f5e01a29b9a085fdd617536b357f83f331a20a9))
* responses.json ([af45f26](https://github.com/Garlic-Team/GCommands/commit/af45f26a09f9a899e0e3cb299457a2f5141633d6))
* return raw ([4fe618a](https://github.com/Garlic-Team/GCommands/commit/4fe618a43bd659a798013065b00daba90df0d8c5))
* runInhibitor ([5ed20e4](https://github.com/Garlic-Team/GCommands/commit/5ed20e4d063fb4455bf4ca30c35b139fa45cbda2))
* space ([3fe5e3d](https://github.com/Garlic-Team/GCommands/commit/3fe5e3d5f0e75c32662880a2a4aa4a9d2af653fb))
* types CacheType should not be undefined but 'raw' | 'cached' ([4c6e0d1](https://github.com/Garlic-Team/GCommands/commit/4c6e0d1b460722abbe1d611e0cc62894a9a97fd5))
* typo ([91d70e0](https://github.com/Garlic-Team/GCommands/commit/91d70e0ff37b4996be70289fe3a2fe0917fe4eb1))
* unregister types for Component.ts and Listener.ts ([1817f9c](https://github.com/Garlic-Team/GCommands/commit/1817f9c59d367322b04edfad7afa7ce275a0503e))
* update deprecated message in checkIfSubOrGroup ([488fbe7](https://github.com/Garlic-Team/GCommands/commit/488fbe7a6fb4c12654c0862e154282fd9fa1237e))
* use extends null ([de2967e](https://github.com/Garlic-Team/GCommands/commit/de2967eab8df7cdacecff442be151b05b0b171b1))
* use nullish ([6fec8f7](https://github.com/Garlic-Team/GCommands/commit/6fec8f76711214090f6057322e3a852031b5bf4c))
* zod :)) ([c408845](https://github.com/Garlic-Team/GCommands/commit/c40884588644f94e0dd60043d2c8ea9d322ab5af))
* zod validation ([7d52c6d](https://github.com/Garlic-Team/GCommands/commit/7d52c6d3bc9f9a7ccb9fd23bc1643bde69060776))


### Features

* Add support for modals, and fix some other stuff ([bae9615](https://github.com/Garlic-Team/GCommands/commit/bae9615cb72c06666d3958ae3b92283cc447e477))
* api v10 ([dc2d215](https://github.com/Garlic-Team/GCommands/commit/dc2d215ef479fceeddcd0cf644288c1b8acde88e))
* **Command:** Add category command option ([abee5f1](https://github.com/Garlic-Team/GCommands/commit/abee5f1a48784c6f50d5b4d8d0cf60eca0718088))
* **Command:** Add defaults ([8258e05](https://github.com/Garlic-Team/GCommands/commit/8258e05abb4d5406f4d1646ce450e37090f248e1))
* **Command:** add options option ([ec16e46](https://github.com/Garlic-Team/GCommands/commit/ec16e4688f25e7e8e597634dc92661d7b7b8b1fb))
* **Command:** add options option ([188cc77](https://github.com/Garlic-Team/GCommands/commit/188cc77d11be80e6eca13e647ed53b558eab2d28))
* **Command:** changes revert ([049cf94](https://github.com/Garlic-Team/GCommands/commit/049cf94b2ff92a2d7fe924414b6df20a7ac43be7))
* **Command:** edit options option ([115ded2](https://github.com/Garlic-Team/GCommands/commit/115ded21cb84d80b781be1bb8c8b1f39d3fcad05))
* **Command:** edited options option ([2b0e431](https://github.com/Garlic-Team/GCommands/commit/2b0e4310a10240126558ed0a97ccaf547ef116bf))
* **Component:** add options option ([12af45f](https://github.com/Garlic-Team/GCommands/commit/12af45fb10b1381d74acf28d84ba2c49ddac51ce))
* **Component:** add options option ([937efee](https://github.com/Garlic-Team/GCommands/commit/937efeeb8e95ae2685244f6234eaf37a5d5b22d1))
* **Component:** changes revert ([d821887](https://github.com/Garlic-Team/GCommands/commit/d821887b8db3efbc8fd3e5b883c5e9d64ae305e3))
* **Component:** edit options option ([c37292a](https://github.com/Garlic-Team/GCommands/commit/c37292ad11b9a6b1526e9412da9296ed16a7275e))
* **Component:** edited options option ([2b5922f](https://github.com/Garlic-Team/GCommands/commit/2b5922f796970698c85219e3dcc45176d3f1cc59))
* jsdocs for GClient ([75e958f](https://github.com/Garlic-Team/GCommands/commit/75e958f0a74883e87b9a3d1ed6fb838b6b797e08))
* jsdocs for GClient ([da6ae0c](https://github.com/Garlic-Team/GCommands/commit/da6ae0ca0961dc1e167318cad5ed85093ec0dcd3))
* jsdocs for loaders ([bb0391b](https://github.com/Garlic-Team/GCommands/commit/bb0391b7901ed1b39d98cdc6328cb5ec3d49451d))
* jsdocs for Util ([e85e3d8](https://github.com/Garlic-Team/GCommands/commit/e85e3d81a0e4808ba6de5a859e7634acc0f1275f))
* jsdocs for Util.ts ([90d1349](https://github.com/Garlic-Team/GCommands/commit/90d13493a9514a1b020efda14730585c66027491))
* **Listener:** add options option ([6a43228](https://github.com/Garlic-Team/GCommands/commit/6a432287b869f8795c68b333155adadcfc8d6cfa))
* **Listener:** add options option ([41e5ce0](https://github.com/Garlic-Team/GCommands/commit/41e5ce0a9bbe51b423ac0a36029f02d41f9b040e))
* **Listener:** changes revert ([50f1da3](https://github.com/Garlic-Team/GCommands/commit/50f1da3dd844a66b09f98e3ba4266e20e13999ee))
* **Listener:** edit options option ([b246561](https://github.com/Garlic-Team/GCommands/commit/b2465619cea94117dbcadbc286218d42386a088f))
* **Listener:** edited options option ([d3b3a1f](https://github.com/Garlic-Team/GCommands/commit/d3b3a1f7eb5c557e3f6d295330c9c2e10a90d721))
* localizations ([706dcee](https://github.com/Garlic-Team/GCommands/commit/706dceecb572a7b2bf444749474ff4bef45b3be3))
* **Plugin:** add options option ([830839a](https://github.com/Garlic-Team/GCommands/commit/830839a8bfcad979637916f00d59dff0ee411267))
* **Plugin:** add options option ([2e44aff](https://github.com/Garlic-Team/GCommands/commit/2e44affaed873fbbdb743cb4339a1de742215c41))
* **Plugin:** edit options option ([c890545](https://github.com/Garlic-Team/GCommands/commit/c890545d3ce22de37df900aaa2f86db730e89455))
* **SECURITY:** add security policy ([46880de](https://github.com/Garlic-Team/GCommands/commit/46880de5463ec9bf89728f82230be270930fe1df))
* support for command permissions v2 ([f656b3e](https://github.com/Garlic-Team/GCommands/commit/f656b3ec44a7ec492381107622fb3af719ad0dcb))
* support for dynamic prefix & multiple prefixes ([be3b082](https://github.com/Garlic-Team/GCommands/commit/be3b082a96926510ae5142b3d207b554e4de264e))



# [9.1.0](https://github.com/Garlic-Team/GCommands/compare/9.0.1-next...9.1.0) (2022-03-10)


### Bug Fixes

* add deprecated options ([f5a9ab7](https://github.com/Garlic-Team/GCommands/commit/f5a9ab7dd44e44f54a298ee493d321a3614a8c18))
* add eventemitter ([dba5f25](https://github.com/Garlic-Team/GCommands/commit/dba5f259f00ea99d7237c947db4aac1f5a8de116))
* add GUILD_NEWS ([e6476ed](https://github.com/Garlic-Team/GCommands/commit/e6476edfb62456e6766c0e60bc39fbb42fe11ce3))
* add responses, edit getResponse ([3c453e4](https://github.com/Garlic-Team/GCommands/commit/3c453e4eca78dd42c33e9cac1dada4d32f3c56d0))
* Argument ([539eca1](https://github.com/Garlic-Team/GCommands/commit/539eca1b90c868150c9dbdbf669caf9d425b665f))
* arguments are optional ([08a4c39](https://github.com/Garlic-Team/GCommands/commit/08a4c39eb533bc4521771bdc0aab77cc6e69389a))
* attachment type ([fe8ac23](https://github.com/Garlic-Team/GCommands/commit/fe8ac2378e9f0ef4515227da1f9e2a2507287c9a))
* Autocompletehandler ([6ef987c](https://github.com/Garlic-Team/GCommands/commit/6ef987ca95d2190d4e278cea602cb91538e8c142))
* change every function to getIds ([e9020db](https://github.com/Garlic-Team/GCommands/commit/e9020db6e18329f477bc41708ddb76f15571ffde))
* change path to util/logger ([555d054](https://github.com/Garlic-Team/GCommands/commit/555d054460d2f3a0ad3e5ba6c9121111273c6422))
* deprecated ([216ef92](https://github.com/Garlic-Team/GCommands/commit/216ef923c5a54da563f1612caa8cbb8e6e313f80))
* deprecated functions ([366f6c3](https://github.com/Garlic-Team/GCommands/commit/366f6c334331e77085a0b641473d288c321ab6e5))
* **deps:** discord-api-types back to 0.26.1 ([0c7731c](https://github.com/Garlic-Team/GCommands/commit/0c7731cd8bd3f533d373db411403a74c6b9715b4))
* **deps:** update dependency discord-api-types to ^0.27.0 ([3043fa2](https://github.com/Garlic-Team/GCommands/commit/3043fa253b39b4b1b6ca208bb8772a1fab89ea4a))
* **deps:** update dependency discord-api-types to ^0.28.0 ([e5a5c87](https://github.com/Garlic-Team/GCommands/commit/e5a5c87de50b7ca51006620510dec4641201071a))
* don't use MessageSelectMenu ([848c1b6](https://github.com/Garlic-Team/GCommands/commit/848c1b68962a2760b2f30bc2c88f408f17901262))
* eslint ([86b6afe](https://github.com/Garlic-Team/GCommands/commit/86b6afe114e024f0b890cac3808a0aff8de6988c))
* eslint ([82d84a4](https://github.com/Garlic-Team/GCommands/commit/82d84a45971f3daf3214d298bc55ee28fe7407a4))
* eslint ([32a8d44](https://github.com/Garlic-Team/GCommands/commit/32a8d447d50933678e59a5ed84beb0c064e5d182))
* ESM ([1b5747b](https://github.com/Garlic-Team/GCommands/commit/1b5747b387c79bb2fcef2a2c631fb8be6136c426))
* getResponse ([3e32cd3](https://github.com/Garlic-Team/GCommands/commit/3e32cd357b0752e0f23f92f9ee574ca5c5337153))
* getResponse ([80c1afb](https://github.com/Garlic-Team/GCommands/commit/80c1afb1eb75fb31c3b6a13c01f2ad36eb7663ca))
* import with " ([dcf85ce](https://github.com/Garlic-Team/GCommands/commit/dcf85ce1b76e2ca3de5bb1fe7fa0234811fcccb4))
* imports ([a867666](https://github.com/Garlic-Team/GCommands/commit/a867666d1c1dfb72b4ee472fd743def93d8869b8))
* interaction command handler ([71fb8f4](https://github.com/Garlic-Team/GCommands/commit/71fb8f4022659114ac16f6045f9a370eb0a315f9))
* logger ([75dd73d](https://github.com/Garlic-Team/GCommands/commit/75dd73dd4e08e20545da21c43a8d29be1cd540f3))
* logger events ([daf255c](https://github.com/Garlic-Team/GCommands/commit/daf255c1be13206267d72731904abbc5380a9c7d))
* logger events ([964f1be](https://github.com/Garlic-Team/GCommands/commit/964f1bedf703895ca935fd34ee3ce6a93c9dc6c2))
* loop ([0a5c2ee](https://github.com/Garlic-Team/GCommands/commit/0a5c2ee5de4aec7c96b9b291c5295a7157269a0c))
* lru-cache provider ([da9d09a](https://github.com/Garlic-Team/GCommands/commit/da9d09a318f93d67c9268ab4cb53348272915756))
* mentionable ([989bdce](https://github.com/Garlic-Team/GCommands/commit/989bdcec93c7245c8dd23a36ffb6f35537d5ba21))
* **MessageCommandHandler:** editReply, choices ([e246342](https://github.com/Garlic-Team/GCommands/commit/e246342062597107746aa49d72a27dff5e18d289))
* not found ([b16ef97](https://github.com/Garlic-Team/GCommands/commit/b16ef978a3e55e568e553c5ed39b956d6a1e7235))
* old imports ([75d8273](https://github.com/Garlic-Team/GCommands/commit/75d8273ff1d451f57b7f69edae26ef682a17633d))
* optional chaining ([37c83bd](https://github.com/Garlic-Team/GCommands/commit/37c83bd7d81dfe177d95aac9264f1f5a663563dd))
* optional chaining ([7a2245d](https://github.com/Garlic-Team/GCommands/commit/7a2245d220af02911468ada845fad65deee42fff))
* **Providers:** add exports to package json ([0a78bec](https://github.com/Garlic-Team/GCommands/commit/0a78bec9bbafe9d3d49580b0dc7a02f8bfaafd06))
* remove declare ([a64665d](https://github.com/Garlic-Team/GCommands/commit/a64665dbdda18a46b644fc0080b28efa3880caeb))
* remove dependency ([16f32b2](https://github.com/Garlic-Team/GCommands/commit/16f32b2e7c7b737e00e9f4e92bbe21bb4540cf74))
* remove exports in packagejson ([01941f1](https://github.com/Garlic-Team/GCommands/commit/01941f196e65e11b8d693e5fd4376ce1aada5468))
* remove ts comment ([37b97d5](https://github.com/Garlic-Team/GCommands/commit/37b97d5d47fc523b7d93d7296bd43d460f9dfd68))
* remove tsconfig.tsbuildinfo because build problems ([c41a1a7](https://github.com/Garlic-Team/GCommands/commit/c41a1a7ec9534b841ce2decd83f141eeee98f024))
* remove useless changes ([eed6678](https://github.com/Garlic-Team/GCommands/commit/eed6678ec3100100eedc641fe3d5a110f97252c2))
* remove useless changes ([52ed9f0](https://github.com/Garlic-Team/GCommands/commit/52ed9f0c6f7ed22bb9fc49e9c857f8972c0117c0))
* remove useless declare ([eccc6f6](https://github.com/Garlic-Team/GCommands/commit/eccc6f6b0233fb8a54405089c0bbc2ffa78e7d72))
* remove useless interfaces ([67d46ca](https://github.com/Garlic-Team/GCommands/commit/67d46ca7bb5cbc6179439bf2f59dd1ca57d4eb55))
* remove useless private ([19b7e30](https://github.com/Garlic-Team/GCommands/commit/19b7e307a5fb2f874eb0a886a3a81acffc254799))
* remove useless TIME_END ([e12d129](https://github.com/Garlic-Team/GCommands/commit/e12d129bcb487b53cee3d740a6a8cdf4afa2ea1f))
* rename ([54e4a3a](https://github.com/Garlic-Team/GCommands/commit/54e4a3a28560ed9e46281beeecf79224f322e172))
* rename LoggerClass to ILogger ([4653296](https://github.com/Garlic-Team/GCommands/commit/4653296f5ea283846c06d6c18999cb34824d9e31))
* rename LoggerEvents to Events, GClientEvents interface ([ec6e98a](https://github.com/Garlic-Team/GCommands/commit/ec6e98a9c3d6fcd62b13ef4fef96d9a58344529e))
* revent examples ([763e044](https://github.com/Garlic-Team/GCommands/commit/763e04436cad25fee0e1aec568b19006e17b29c1))
* skip ([2a3fcf1](https://github.com/Garlic-Team/GCommands/commit/2a3fcf13300ad31fe17b518303f86ca1071d75d4))
* some things ([59acfe3](https://github.com/Garlic-Team/GCommands/commit/59acfe3afe0008e8c9b231eeba56b94ef47d82bf))
* sometimes undefined ([0a19037](https://github.com/Garlic-Team/GCommands/commit/0a190376fa3846dc16af5b92501e9911bbd335ed))
* time ([55c08fc](https://github.com/Garlic-Team/GCommands/commit/55c08fcd9f67dec49aebd12a9ea00e28d6347af2))
* time ([d0368bf](https://github.com/Garlic-Team/GCommands/commit/d0368bf1ce411aabfe25dcc3537f59d690da92c8))
* transform ([0b9d4c4](https://github.com/Garlic-Team/GCommands/commit/0b9d4c442cf7a0667a7ed3ecf04af5fd41d7b4b9))
* tsconfig.tsbuildinfo to .npmignore ([ef0c7a3](https://github.com/Garlic-Team/GCommands/commit/ef0c7a31db8584d0042f889b683193274b4240a9))
* use enum ([ff09917](https://github.com/Garlic-Team/GCommands/commit/ff09917e86987c2c1e94a1854b10d8d154bf4c05))
* useless ; ([eb427c8](https://github.com/Garlic-Team/GCommands/commit/eb427c8ab1e58609d12b4c52ad90b836ffb25763))
* workflow ([ab06827](https://github.com/Garlic-Team/GCommands/commit/ab0682745291f2af961eb232af1b1b872d3fde03))
* workflow ([256bc94](https://github.com/Garlic-Team/GCommands/commit/256bc94e1dcb15c93f927e5ad879cf3710c32856))
* workflows ([7a4037f](https://github.com/Garlic-Team/GCommands/commit/7a4037f0bafc0756eec4d0a7a77a31cba41f1f6e))
* zod validation ([7d601d2](https://github.com/Garlic-Team/GCommands/commit/7d601d26bd5c41e367dc5710d01fea7b9f541e4e))


### Features

* allow imports ([6da8f7b](https://github.com/Garlic-Team/GCommands/commit/6da8f7b18942136f233509fc26acec810aba79d1))
* argument types ([3138149](https://github.com/Garlic-Team/GCommands/commit/3138149dbfbed4b3c4b71440d7329e30645f360a))
* argument types ([a818433](https://github.com/Garlic-Team/GCommands/commit/a818433ff2a8cb59420319f194e91a64406093b4))
* attachemnt type ([c71c07f](https://github.com/Garlic-Team/GCommands/commit/c71c07f8f75832fbe4ba13a9fe2c5c150cb7103d))
* attachemnt type ([706d97b](https://github.com/Garlic-Team/GCommands/commit/706d97b6e0da2866ea386ece87cf51904dc11968))
* choices ([b9f1e32](https://github.com/Garlic-Team/GCommands/commit/b9f1e321873c07bdc5fa37a623a569aa93600ad1))
* choices ([0300679](https://github.com/Garlic-Team/GCommands/commit/0300679819a9495299d014f9cc52dacb850a01fc))
* ClientRoles inhibitor ([b72d0a8](https://github.com/Garlic-Team/GCommands/commit/b72d0a810582948e8bf8eb25ea102ead56390c58))
* complete custom logger ([031e70d](https://github.com/Garlic-Team/GCommands/commit/031e70d3e339e686dcdbca2e6905206f66206454))
* custom logger ([fdba9e2](https://github.com/Garlic-Team/GCommands/commit/fdba9e285edcc91768f8b9cf21ced725eb8c48d3))
* dynamic ([b056d39](https://github.com/Garlic-Team/GCommands/commit/b056d39e0b8085c12fe3a5dc1431465e6260e66b))
* ESM support, fix: use TSC instead of Babel ([ea27aba](https://github.com/Garlic-Team/GCommands/commit/ea27aba2d9e4d9afa2d2c11760e75ca9fa1eacaf))
* events ([f7c7e3c](https://github.com/Garlic-Team/GCommands/commit/f7c7e3c6a4932e1081db4746d0df60024c195f63))
* getChannels for ChannelOnly inhibitor ([d325351](https://github.com/Garlic-Team/GCommands/commit/d32535121784792ccd201faf2709378caefc5110))
* hook ([b672442](https://github.com/Garlic-Team/GCommands/commit/b6724422091c846632933ecd53d5eb86d754b74b))
* language hook ([ca41623](https://github.com/Garlic-Team/GCommands/commit/ca41623acd773a41084aeddc70b47a8368079c69))
* Logger class ([3b1eda3](https://github.com/Garlic-Team/GCommands/commit/3b1eda3b1d9a35eb4a4f11a5a200a63976dc05a5))
* mentionable argument ([89df6df](https://github.com/Garlic-Team/GCommands/commit/89df6dffa32e519a88804a2aef92025a1bc2ee2a))
* new events ([8153582](https://github.com/Garlic-Team/GCommands/commit/815358208d4a75085b696bfff9b459126da5e2e0))
* new events ([d3977f9](https://github.com/Garlic-Team/GCommands/commit/d3977f9aca741851d7c6cd2f58866604fecd84be))
* pad function ([8cf1953](https://github.com/Garlic-Team/GCommands/commit/8cf19530f887e69301f4fd0ca82f3cc816340c1d))
* support for minValue, maxValue in Argument ([a67d727](https://github.com/Garlic-Team/GCommands/commit/a67d7276b75ca8b37d43e528a20994681e879ced))
* types ([0b75cec](https://github.com/Garlic-Team/GCommands/commit/0b75cec51e120ab5870a5e8658a1d4782046ff09))
* types ([269c69a](https://github.com/Garlic-Team/GCommands/commit/269c69ac36bc96a5196284330cedd41ab8166edc))
* **Utils:** checkIfSubOrGroup, avoid duplications ([59d2aa0](https://github.com/Garlic-Team/GCommands/commit/59d2aa0bb5ccae9214c0fa9862765c3eb951a6ef))


### Reverts

* Revert "Revert "Revert "feat(MessageCommandHandler): arguments support""" ([11a5b10](https://github.com/Garlic-Team/GCommands/commit/11a5b1034b910ee37c8cf70f31fdf25f7798e422))



