diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 06436f90a..a50f5935d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,6 @@ # Default owner for everything -* @samarmeena +* @vijayymmeena # for anything DI related -/packages/di/ @VictoriqueMoe @samarmeena +/packages/di/ @VictoriqueMoe @vijayymmeena diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 6fa789cd9..5adcf5935 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,2 @@ -github: [samarmeena] +github: [vijayymmeena] custom: ["paypal.me/vijayxmeena"] diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 172d305d9..8029c0a57 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -3,7 +3,7 @@ description: File a bug report title: "[Bug]: " labels: [bug, "unverified"] assignees: - - samarmeena + - vijayymmeena body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index a0e0c8d8b..c7114a325 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -3,7 +3,7 @@ description: Request a new feature title: "[Feature]: " labels: [enhancement] assignees: - - samarmeena + - vijayymmeena body: - type: markdown attributes: diff --git a/.github/LICENSE_HEADER b/.github/LICENSE_HEADER index d772d937a..ffa3d7097 100644 --- a/.github/LICENSE_HEADER +++ b/.github/LICENSE_HEADER @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ \ No newline at end of file diff --git a/LICENSE.txt b/LICENSE.txt index 0ea2a194a..f9fd2e839 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -175,7 +175,7 @@ END OF TERMS AND CONDITIONS - Copyright (c) Vijay Meena (https://github.com/samarmeena) + Copyright (c) Vijay Meena (https://github.com/vijayymmeena) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index ebefb9a05..b2483f052 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ This library allows you to use TypeScript decorators on [discord.js](https://dis # 📜 Documentation - [discordx.js.org](https://discordx.js.org) -- [Tutorials (dev.to)](https://dev.to/samarmeena/series/14317) +- [Tutorials (dev.to)](https://dev.to/vijayymmeena/series/14317) # ☎️ Need help? diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 3ee5a3207..07f8c2c7b 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -8,7 +8,7 @@ module.exports = { // }, onBrokenLinks: "throw", onBrokenMarkdownLinks: "warn", - organizationName: "samarmeena", // Usually your GitHub org/user name. + organizationName: "vijayymmeena", // Usually your GitHub org/user name. projectName: "discordx", // Usually your repo name. tagline: "Create a discord bot with TypeScript and Decorators!", title: "discordx official documentation", diff --git a/package.json b/package.json index daa1074a1..3daf9bdc4 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "license": "Apache-2.0", "contributors": [ - "Vijay Meena (https://github.com/samarmeena)" + "Vijay Meena (https://github.com/vijayymmeena)" ], "scripts": { "build": "turbo run build", diff --git a/packages/create-discordx/README.md b/packages/create-discordx/README.md index 79d0a17e6..802f9ef8d 100644 --- a/packages/create-discordx/README.md +++ b/packages/create-discordx/README.md @@ -51,7 +51,7 @@ npx create-discordx # 📜 Documentation - [discordx.js.org](https://discordx.js.org) -- [Tutorials (dev.to)](https://dev.to/samarmeena/series/14317) +- [Tutorials (dev.to)](https://dev.to/vijayymmeena/series/14317) # ☎️ Need help? diff --git a/packages/create-discordx/package.json b/packages/create-discordx/package.json index 069397bf5..6b968deab 100644 --- a/packages/create-discordx/package.json +++ b/packages/create-discordx/package.json @@ -22,7 +22,7 @@ "url": "git+https://github.com/discordx-ts/discordx.git" }, "license": "Apache-2.0", - "author": "Vijay Meena (https://github.com/samarmeena)", + "author": "Vijay Meena (https://github.com/vijayymmeena)", "main": "dist/index.js", "type": "module", "files": [ diff --git a/packages/create-discordx/src/helper/dir.ts b/packages/create-discordx/src/helper/dir.ts index 3e7daceba..b2f07c97b 100644 --- a/packages/create-discordx/src/helper/dir.ts +++ b/packages/create-discordx/src/helper/dir.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/create-discordx/src/helper/git.ts b/packages/create-discordx/src/helper/git.ts index ebad3871c..556f522fe 100644 --- a/packages/create-discordx/src/helper/git.ts +++ b/packages/create-discordx/src/helper/git.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/create-discordx/src/helper/npm.ts b/packages/create-discordx/src/helper/npm.ts index a46d3a14c..9e2e62d41 100644 --- a/packages/create-discordx/src/helper/npm.ts +++ b/packages/create-discordx/src/helper/npm.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/create-discordx/src/helper/package-manager.ts b/packages/create-discordx/src/helper/package-manager.ts index 373122d3f..56181b6b5 100644 --- a/packages/create-discordx/src/helper/package-manager.ts +++ b/packages/create-discordx/src/helper/package-manager.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/create-discordx/src/helper/template.ts b/packages/create-discordx/src/helper/template.ts index 7163797c4..337d7412a 100644 --- a/packages/create-discordx/src/helper/template.ts +++ b/packages/create-discordx/src/helper/template.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/create-discordx/src/helper/updater.ts b/packages/create-discordx/src/helper/updater.ts index 0edbcb25c..5e58e2b0f 100644 --- a/packages/create-discordx/src/helper/updater.ts +++ b/packages/create-discordx/src/helper/updater.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/create-discordx/src/index.ts b/packages/create-discordx/src/index.ts index 60672f43e..eb0e4543f 100644 --- a/packages/create-discordx/src/index.ts +++ b/packages/create-discordx/src/index.ts @@ -2,7 +2,7 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/di/README.md b/packages/di/README.md index e56feea54..ea13ca363 100644 --- a/packages/di/README.md +++ b/packages/di/README.md @@ -52,7 +52,7 @@ yarn add @discordx/di # 📜 Documentation - [discordx.js.org](https://discordx.js.org) -- [Tutorials (dev.to)](https://dev.to/samarmeena/series/14317) +- [Tutorials (dev.to)](https://dev.to/vijayymmeena/series/14317) # ☎️ Need help? diff --git a/packages/di/examples/tsyringe/main.ts b/packages/di/examples/tsyringe/main.ts index aac84a0b0..12f6b5616 100644 --- a/packages/di/examples/tsyringe/main.ts +++ b/packages/di/examples/tsyringe/main.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/di/package.json b/packages/di/package.json index d28102e6f..867c16b1e 100644 --- a/packages/di/package.json +++ b/packages/di/package.json @@ -25,7 +25,7 @@ "license": "Apache-2.0", "contributors": [ "Owen Calvin (https://github.com/OwenCalvin)", - "Vijay Meena (https://github.com/samarmeena)", + "Vijay Meena (https://github.com/vijayymmeena)", "Victorique Blois (https://github.com/VictoriqueMoe)" ], "exports": { diff --git a/packages/di/src/index.ts b/packages/di/src/index.ts index ea5803a67..b4173f1b3 100644 --- a/packages/di/src/index.ts +++ b/packages/di/src/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/di/src/logic/AbstractConfigurableDependencyInjector.ts b/packages/di/src/logic/AbstractConfigurableDependencyInjector.ts index cfe65e6f2..9eca94c07 100644 --- a/packages/di/src/logic/AbstractConfigurableDependencyInjector.ts +++ b/packages/di/src/logic/AbstractConfigurableDependencyInjector.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/di/src/logic/IDependencyRegistryEngine.ts b/packages/di/src/logic/IDependencyRegistryEngine.ts index d184b363b..360b7799f 100644 --- a/packages/di/src/logic/IDependencyRegistryEngine.ts +++ b/packages/di/src/logic/IDependencyRegistryEngine.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/di/src/logic/impl/DefaultDependencyRegistryEngine.ts b/packages/di/src/logic/impl/DefaultDependencyRegistryEngine.ts index 1adadfa14..27ccae8aa 100644 --- a/packages/di/src/logic/impl/DefaultDependencyRegistryEngine.ts +++ b/packages/di/src/logic/impl/DefaultDependencyRegistryEngine.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/di/src/logic/impl/TsyringeDependencyRegistryEngine.ts b/packages/di/src/logic/impl/TsyringeDependencyRegistryEngine.ts index 3853879b5..c17783f1f 100644 --- a/packages/di/src/logic/impl/TsyringeDependencyRegistryEngine.ts +++ b/packages/di/src/logic/impl/TsyringeDependencyRegistryEngine.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/di/src/logic/impl/TypeDiDependencyRegistryEngine.ts b/packages/di/src/logic/impl/TypeDiDependencyRegistryEngine.ts index e111fedca..2d38df63e 100644 --- a/packages/di/src/logic/impl/TypeDiDependencyRegistryEngine.ts +++ b/packages/di/src/logic/impl/TypeDiDependencyRegistryEngine.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/di/src/logic/impl/index.ts b/packages/di/src/logic/impl/index.ts index f67919783..553cfb8af 100644 --- a/packages/di/src/logic/impl/index.ts +++ b/packages/di/src/logic/impl/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/di/src/logic/index.ts b/packages/di/src/logic/index.ts index c3d4e7fbb..a05accc08 100644 --- a/packages/di/src/logic/index.ts +++ b/packages/di/src/logic/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/CHANGELOG.md b/packages/discordx/CHANGELOG.md index 0314b615f..d3d657994 100644 --- a/packages/discordx/CHANGELOG.md +++ b/packages/discordx/CHANGELOG.md @@ -69,13 +69,13 @@ ### Patch Changes -- [#1012](https://github.com/discordx-ts/discordx/pull/1012) [`77007d5`](https://github.com/discordx-ts/discordx/commit/77007d5b69ce3846c283841a58e8271d072fe07f) Thanks [@samarmeena](https://github.com/samarmeena)! - remove regex from simple command message instance +- [#1012](https://github.com/discordx-ts/discordx/pull/1012) [`77007d5`](https://github.com/discordx-ts/discordx/commit/77007d5b69ce3846c283841a58e8271d072fe07f) Thanks [@vijayymmeena](https://github.com/vijayymmeena)! - remove regex from simple command message instance ## 11.9.1 ### Patch Changes -- [#1010](https://github.com/discordx-ts/discordx/pull/1010) [`37753c6`](https://github.com/discordx-ts/discordx/commit/37753c61d07f2ef47fa48ea10404bc992d865f28) Thanks [@samarmeena](https://github.com/samarmeena)! - fixed issue #1009 +- [#1010](https://github.com/discordx-ts/discordx/pull/1010) [`37753c6`](https://github.com/discordx-ts/discordx/commit/37753c61d07f2ef47fa48ea10404bc992d865f28) Thanks [@vijayymmeena](https://github.com/vijayymmeena)! - fixed issue #1009 ## 11.9.0 diff --git a/packages/discordx/LICENSE.txt b/packages/discordx/LICENSE.txt index c948b24e4..447c10632 100644 --- a/packages/discordx/LICENSE.txt +++ b/packages/discordx/LICENSE.txt @@ -175,7 +175,7 @@ END OF TERMS AND CONDITIONS - Copyright (c) Vijay Meena (https://github.com/samarmeena) + Copyright (c) Vijay Meena (https://github.com/vijayymmeena) Copyright 2019 Owen Calvin Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/packages/discordx/README.md b/packages/discordx/README.md index 123b5dfba..b80804e62 100644 --- a/packages/discordx/README.md +++ b/packages/discordx/README.md @@ -59,7 +59,7 @@ yarn add discordx > **[discordx.js.org](https://discordx.js.org)** -> **[Tutorials (dev.to)](https://dev.to/samarmeena/series/14317)** +> **[Tutorials (dev.to)](https://dev.to/vijayymmeena/series/14317)** # 🤖 Bot Examples @@ -430,7 +430,7 @@ class Example { # 📜 Documentation - [discordx.js.org](https://discordx.js.org) -- [Tutorials (dev.to)](https://dev.to/samarmeena/series/14317) +- [Tutorials (dev.to)](https://dev.to/vijayymmeena/series/14317) # ☎️ Need help? diff --git a/packages/discordx/examples/attachment/commands/common.ts b/packages/discordx/examples/attachment/commands/common.ts index f894dc07a..539e77d5e 100644 --- a/packages/discordx/examples/attachment/commands/common.ts +++ b/packages/discordx/examples/attachment/commands/common.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/attachment/main.ts b/packages/discordx/examples/attachment/main.ts index 8968d42c9..09610d14e 100644 --- a/packages/discordx/examples/attachment/main.ts +++ b/packages/discordx/examples/attachment/main.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/builders/commands/autocomplete.ts b/packages/discordx/examples/builders/commands/autocomplete.ts index 52e215dc4..64413b3d9 100644 --- a/packages/discordx/examples/builders/commands/autocomplete.ts +++ b/packages/discordx/examples/builders/commands/autocomplete.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/builders/commands/choice.ts b/packages/discordx/examples/builders/commands/choice.ts index f444c9f4a..41f7edbc6 100644 --- a/packages/discordx/examples/builders/commands/choice.ts +++ b/packages/discordx/examples/builders/commands/choice.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/builders/commands/hello.ts b/packages/discordx/examples/builders/commands/hello.ts index a35e222bf..be37d8143 100644 --- a/packages/discordx/examples/builders/commands/hello.ts +++ b/packages/discordx/examples/builders/commands/hello.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/builders/commands/ping.ts b/packages/discordx/examples/builders/commands/ping.ts index fa679d0b2..5d920f02f 100644 --- a/packages/discordx/examples/builders/commands/ping.ts +++ b/packages/discordx/examples/builders/commands/ping.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/builders/main.ts b/packages/discordx/examples/builders/main.ts index 0c7eaf851..d935f80a4 100644 --- a/packages/discordx/examples/builders/main.ts +++ b/packages/discordx/examples/builders/main.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/button/commands/common.ts b/packages/discordx/examples/button/commands/common.ts index 894840a59..1f24f1729 100644 --- a/packages/discordx/examples/button/commands/common.ts +++ b/packages/discordx/examples/button/commands/common.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/button/commands/game.ts b/packages/discordx/examples/button/commands/game.ts index 3e7732e2f..57bdc91b7 100644 --- a/packages/discordx/examples/button/commands/game.ts +++ b/packages/discordx/examples/button/commands/game.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/button/main.ts b/packages/discordx/examples/button/main.ts index 502a74e54..c7706858c 100644 --- a/packages/discordx/examples/button/main.ts +++ b/packages/discordx/examples/button/main.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/contextmenu/commands/common.ts b/packages/discordx/examples/contextmenu/commands/common.ts index c4959aea7..591c5880d 100644 --- a/packages/discordx/examples/contextmenu/commands/common.ts +++ b/packages/discordx/examples/contextmenu/commands/common.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/contextmenu/main.ts b/packages/discordx/examples/contextmenu/main.ts index 2fc0e7b59..d0e2b796b 100644 --- a/packages/discordx/examples/contextmenu/main.ts +++ b/packages/discordx/examples/contextmenu/main.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/di/tsyringe/commands/TokenInjection.ts b/packages/discordx/examples/di/tsyringe/commands/TokenInjection.ts index 68065e5d7..49929efba 100644 --- a/packages/discordx/examples/di/tsyringe/commands/TokenInjection.ts +++ b/packages/discordx/examples/di/tsyringe/commands/TokenInjection.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/di/tsyringe/commands/common.ts b/packages/discordx/examples/di/tsyringe/commands/common.ts index c50d85181..7d331dbca 100644 --- a/packages/discordx/examples/di/tsyringe/commands/common.ts +++ b/packages/discordx/examples/di/tsyringe/commands/common.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/di/tsyringe/main.ts b/packages/discordx/examples/di/tsyringe/main.ts index 792a62029..263661742 100644 --- a/packages/discordx/examples/di/tsyringe/main.ts +++ b/packages/discordx/examples/di/tsyringe/main.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/di/typedi/commands/common.ts b/packages/discordx/examples/di/typedi/commands/common.ts index fb2e43b6c..93fb4599b 100644 --- a/packages/discordx/examples/di/typedi/commands/common.ts +++ b/packages/discordx/examples/di/typedi/commands/common.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/di/typedi/main.ts b/packages/discordx/examples/di/typedi/main.ts index a77fe0e23..14927da28 100644 --- a/packages/discordx/examples/di/typedi/main.ts +++ b/packages/discordx/examples/di/typedi/main.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/event/commands/common.ts b/packages/discordx/examples/event/commands/common.ts index 719dc0d89..704c171a8 100644 --- a/packages/discordx/examples/event/commands/common.ts +++ b/packages/discordx/examples/event/commands/common.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/event/commands/priority.ts b/packages/discordx/examples/event/commands/priority.ts index 01fec0ec3..3b033c008 100644 --- a/packages/discordx/examples/event/commands/priority.ts +++ b/packages/discordx/examples/event/commands/priority.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/event/commands/rest.ts b/packages/discordx/examples/event/commands/rest.ts index 9e9401716..9d96ee709 100644 --- a/packages/discordx/examples/event/commands/rest.ts +++ b/packages/discordx/examples/event/commands/rest.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/event/main.ts b/packages/discordx/examples/event/main.ts index f650488b9..0449dce9e 100644 --- a/packages/discordx/examples/event/main.ts +++ b/packages/discordx/examples/event/main.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/guards/commands/common.ts b/packages/discordx/examples/guards/commands/common.ts index 5507be51f..3f02da013 100644 --- a/packages/discordx/examples/guards/commands/common.ts +++ b/packages/discordx/examples/guards/commands/common.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/guards/commands/interaction guard.ts b/packages/discordx/examples/guards/commands/interaction guard.ts index 06025dde4..f5a981f69 100644 --- a/packages/discordx/examples/guards/commands/interaction guard.ts +++ b/packages/discordx/examples/guards/commands/interaction guard.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/guards/guards/Error.ts b/packages/discordx/examples/guards/guards/Error.ts index b573d836c..481d5d98c 100644 --- a/packages/discordx/examples/guards/guards/Error.ts +++ b/packages/discordx/examples/guards/guards/Error.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/guards/guards/NotBot.ts b/packages/discordx/examples/guards/guards/NotBot.ts index 5022b08c7..63c77d751 100644 --- a/packages/discordx/examples/guards/guards/NotBot.ts +++ b/packages/discordx/examples/guards/guards/NotBot.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/guards/main.ts b/packages/discordx/examples/guards/main.ts index 95db997b2..42ec8b0ef 100644 --- a/packages/discordx/examples/guards/main.ts +++ b/packages/discordx/examples/guards/main.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/localization/commands/common.ts b/packages/discordx/examples/localization/commands/common.ts index 5d629dcb7..4bb0b4ff9 100644 --- a/packages/discordx/examples/localization/commands/common.ts +++ b/packages/discordx/examples/localization/commands/common.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/localization/commands/group.ts b/packages/discordx/examples/localization/commands/group.ts index e832c67ea..277c915ff 100644 --- a/packages/discordx/examples/localization/commands/group.ts +++ b/packages/discordx/examples/localization/commands/group.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/localization/commands/permission.ts b/packages/discordx/examples/localization/commands/permission.ts index 70dee9914..ec881b5a1 100644 --- a/packages/discordx/examples/localization/commands/permission.ts +++ b/packages/discordx/examples/localization/commands/permission.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/localization/main.ts b/packages/discordx/examples/localization/main.ts index 8968d42c9..09610d14e 100644 --- a/packages/discordx/examples/localization/main.ts +++ b/packages/discordx/examples/localization/main.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/menu/commands/common.ts b/packages/discordx/examples/menu/commands/common.ts index 8a6696c79..50d0f185b 100644 --- a/packages/discordx/examples/menu/commands/common.ts +++ b/packages/discordx/examples/menu/commands/common.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/menu/main.ts b/packages/discordx/examples/menu/main.ts index 502a74e54..c7706858c 100644 --- a/packages/discordx/examples/menu/main.ts +++ b/packages/discordx/examples/menu/main.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/modal/commands/common.ts b/packages/discordx/examples/modal/commands/common.ts index 52b1ba986..e10a7c794 100644 --- a/packages/discordx/examples/modal/commands/common.ts +++ b/packages/discordx/examples/modal/commands/common.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/modal/main.ts b/packages/discordx/examples/modal/main.ts index c6fdeec74..e48f8b1de 100644 --- a/packages/discordx/examples/modal/main.ts +++ b/packages/discordx/examples/modal/main.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/multiple bots/commands/botA.ts b/packages/discordx/examples/multiple bots/commands/botA.ts index af4d48735..ff7e54162 100644 --- a/packages/discordx/examples/multiple bots/commands/botA.ts +++ b/packages/discordx/examples/multiple bots/commands/botA.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/multiple bots/commands/botB.ts b/packages/discordx/examples/multiple bots/commands/botB.ts index 441c6c424..1098cbf03 100644 --- a/packages/discordx/examples/multiple bots/commands/botB.ts +++ b/packages/discordx/examples/multiple bots/commands/botB.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/multiple bots/commands/common.ts b/packages/discordx/examples/multiple bots/commands/common.ts index e0c084c0d..ffc75b51c 100644 --- a/packages/discordx/examples/multiple bots/commands/common.ts +++ b/packages/discordx/examples/multiple bots/commands/common.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/multiple bots/main.ts b/packages/discordx/examples/multiple bots/main.ts index 6cd12cec3..fcb971993 100644 --- a/packages/discordx/examples/multiple bots/main.ts +++ b/packages/discordx/examples/multiple bots/main.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/multiple-discord-instances/commands/commandA.ts b/packages/discordx/examples/multiple-discord-instances/commands/commandA.ts index 761812ba3..8f289b847 100644 --- a/packages/discordx/examples/multiple-discord-instances/commands/commandA.ts +++ b/packages/discordx/examples/multiple-discord-instances/commands/commandA.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/multiple-discord-instances/commands/commandB.ts b/packages/discordx/examples/multiple-discord-instances/commands/commandB.ts index 60db378d2..e47c0088f 100644 --- a/packages/discordx/examples/multiple-discord-instances/commands/commandB.ts +++ b/packages/discordx/examples/multiple-discord-instances/commands/commandB.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/multiple-discord-instances/main.ts b/packages/discordx/examples/multiple-discord-instances/main.ts index 2cb0a0cf5..c5dd2ca46 100644 --- a/packages/discordx/examples/multiple-discord-instances/main.ts +++ b/packages/discordx/examples/multiple-discord-instances/main.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/permission/commands/common.ts b/packages/discordx/examples/permission/commands/common.ts index 70dee9914..ec881b5a1 100644 --- a/packages/discordx/examples/permission/commands/common.ts +++ b/packages/discordx/examples/permission/commands/common.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/permission/commands/group.ts b/packages/discordx/examples/permission/commands/group.ts index fcae48d67..051def180 100644 --- a/packages/discordx/examples/permission/commands/group.ts +++ b/packages/discordx/examples/permission/commands/group.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/permission/main.ts b/packages/discordx/examples/permission/main.ts index 8968d42c9..09610d14e 100644 --- a/packages/discordx/examples/permission/main.ts +++ b/packages/discordx/examples/permission/main.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/reaction/commands/common.ts b/packages/discordx/examples/reaction/commands/common.ts index 5a04d1a48..669cf5b5c 100644 --- a/packages/discordx/examples/reaction/commands/common.ts +++ b/packages/discordx/examples/reaction/commands/common.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/reaction/main.ts b/packages/discordx/examples/reaction/main.ts index 6b5acde33..f67bd6f5d 100644 --- a/packages/discordx/examples/reaction/main.ts +++ b/packages/discordx/examples/reaction/main.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/simple-command/commands/common.ts b/packages/discordx/examples/simple-command/commands/common.ts index 17c2497d2..994837650 100644 --- a/packages/discordx/examples/simple-command/commands/common.ts +++ b/packages/discordx/examples/simple-command/commands/common.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/simple-command/commands/hello.ts b/packages/discordx/examples/simple-command/commands/hello.ts index 645130026..ca3b0810c 100644 --- a/packages/discordx/examples/simple-command/commands/hello.ts +++ b/packages/discordx/examples/simple-command/commands/hello.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/simple-command/commands/math.ts b/packages/discordx/examples/simple-command/commands/math.ts index b44f9508d..c033168f7 100644 --- a/packages/discordx/examples/simple-command/commands/math.ts +++ b/packages/discordx/examples/simple-command/commands/math.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/simple-command/main.ts b/packages/discordx/examples/simple-command/main.ts index f7a0746b9..72151aea6 100644 --- a/packages/discordx/examples/simple-command/main.ts +++ b/packages/discordx/examples/simple-command/main.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/slash/commands/choice.ts b/packages/discordx/examples/slash/commands/choice.ts index 3dc8abc96..3cfb59101 100644 --- a/packages/discordx/examples/slash/commands/choice.ts +++ b/packages/discordx/examples/slash/commands/choice.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/slash/commands/common.ts b/packages/discordx/examples/slash/commands/common.ts index 3ff671319..a1a2f8fa4 100644 --- a/packages/discordx/examples/slash/commands/common.ts +++ b/packages/discordx/examples/slash/commands/common.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/slash/commands/group.ts b/packages/discordx/examples/slash/commands/group.ts index 613ef1e8a..7e061c60a 100644 --- a/packages/discordx/examples/slash/commands/group.ts +++ b/packages/discordx/examples/slash/commands/group.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/slash/commands/group2.ts b/packages/discordx/examples/slash/commands/group2.ts index d9b6e01bb..0a8ea5463 100644 --- a/packages/discordx/examples/slash/commands/group2.ts +++ b/packages/discordx/examples/slash/commands/group2.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/slash/commands/minMax.ts b/packages/discordx/examples/slash/commands/minMax.ts index 8cb5b5eaa..92f78d382 100644 --- a/packages/discordx/examples/slash/commands/minMax.ts +++ b/packages/discordx/examples/slash/commands/minMax.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/slash/commands/transformer.ts b/packages/discordx/examples/slash/commands/transformer.ts index ea687f00e..f74bc4b3d 100644 --- a/packages/discordx/examples/slash/commands/transformer.ts +++ b/packages/discordx/examples/slash/commands/transformer.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/examples/slash/main.ts b/packages/discordx/examples/slash/main.ts index 0c7eaf851..d935f80a4 100644 --- a/packages/discordx/examples/slash/main.ts +++ b/packages/discordx/examples/slash/main.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/package.json b/packages/discordx/package.json index 0f409d9e0..e6cfebc33 100644 --- a/packages/discordx/package.json +++ b/packages/discordx/package.json @@ -26,7 +26,7 @@ "license": "Apache-2.0", "contributors": [ "Owen Calvin (https://github.com/OwenCalvin)", - "Vijay Meena (https://github.com/samarmeena)" + "Vijay Meena (https://github.com/vijayymmeena)" ], "exports": { ".": { diff --git a/packages/discordx/src/Client.ts b/packages/discordx/src/Client.ts index a418e5595..fccb32eb0 100644 --- a/packages/discordx/src/Client.ts +++ b/packages/discordx/src/Client.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/classes/Mixin/ApplicationCommandMixin.ts b/packages/discordx/src/classes/Mixin/ApplicationCommandMixin.ts index 07aa796ba..fcd9d0f6b 100644 --- a/packages/discordx/src/classes/Mixin/ApplicationCommandMixin.ts +++ b/packages/discordx/src/classes/Mixin/ApplicationCommandMixin.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/classes/SimpleCommandMessage.ts b/packages/discordx/src/classes/SimpleCommandMessage.ts index 5fb933c32..1887a33c9 100644 --- a/packages/discordx/src/classes/SimpleCommandMessage.ts +++ b/packages/discordx/src/classes/SimpleCommandMessage.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/classes/index.ts b/packages/discordx/src/classes/index.ts index 193199c11..e03827f16 100644 --- a/packages/discordx/src/classes/index.ts +++ b/packages/discordx/src/classes/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/classes/DApplicationCommand.ts b/packages/discordx/src/decorators/classes/DApplicationCommand.ts index b99b4ab2f..cd4ccaf04 100644 --- a/packages/discordx/src/decorators/classes/DApplicationCommand.ts +++ b/packages/discordx/src/decorators/classes/DApplicationCommand.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/classes/DApplicationCommandGroup.ts b/packages/discordx/src/decorators/classes/DApplicationCommandGroup.ts index 6aa513a99..88faee9c6 100644 --- a/packages/discordx/src/decorators/classes/DApplicationCommandGroup.ts +++ b/packages/discordx/src/decorators/classes/DApplicationCommandGroup.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/classes/DApplicationCommandOption.ts b/packages/discordx/src/decorators/classes/DApplicationCommandOption.ts index af18b47cf..4663fec90 100644 --- a/packages/discordx/src/decorators/classes/DApplicationCommandOption.ts +++ b/packages/discordx/src/decorators/classes/DApplicationCommandOption.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/classes/DApplicationCommandOptionChoice.ts b/packages/discordx/src/decorators/classes/DApplicationCommandOptionChoice.ts index 346ede074..8d8389160 100644 --- a/packages/discordx/src/decorators/classes/DApplicationCommandOptionChoice.ts +++ b/packages/discordx/src/decorators/classes/DApplicationCommandOptionChoice.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/classes/DComponent.ts b/packages/discordx/src/decorators/classes/DComponent.ts index 304b3a0c5..8df5d63d7 100644 --- a/packages/discordx/src/decorators/classes/DComponent.ts +++ b/packages/discordx/src/decorators/classes/DComponent.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/classes/DDiscord.ts b/packages/discordx/src/decorators/classes/DDiscord.ts index 76c58b83e..aa019cf62 100644 --- a/packages/discordx/src/decorators/classes/DDiscord.ts +++ b/packages/discordx/src/decorators/classes/DDiscord.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/classes/DGuard.ts b/packages/discordx/src/decorators/classes/DGuard.ts index 5e1803373..bd1c65eb1 100644 --- a/packages/discordx/src/decorators/classes/DGuard.ts +++ b/packages/discordx/src/decorators/classes/DGuard.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/classes/DOn.ts b/packages/discordx/src/decorators/classes/DOn.ts index 36702e57c..a33b725ac 100644 --- a/packages/discordx/src/decorators/classes/DOn.ts +++ b/packages/discordx/src/decorators/classes/DOn.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/classes/DReaction.ts b/packages/discordx/src/decorators/classes/DReaction.ts index c5784d120..3695df380 100644 --- a/packages/discordx/src/decorators/classes/DReaction.ts +++ b/packages/discordx/src/decorators/classes/DReaction.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/classes/DSimpleCommand.ts b/packages/discordx/src/decorators/classes/DSimpleCommand.ts index d53160780..36e72aa9d 100644 --- a/packages/discordx/src/decorators/classes/DSimpleCommand.ts +++ b/packages/discordx/src/decorators/classes/DSimpleCommand.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/classes/DSimpleCommandOption.ts b/packages/discordx/src/decorators/classes/DSimpleCommandOption.ts index 324073954..86a190f19 100644 --- a/packages/discordx/src/decorators/classes/DSimpleCommandOption.ts +++ b/packages/discordx/src/decorators/classes/DSimpleCommandOption.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/classes/Method.ts b/packages/discordx/src/decorators/classes/Method.ts index 0bccc6733..b48558ca8 100644 --- a/packages/discordx/src/decorators/classes/Method.ts +++ b/packages/discordx/src/decorators/classes/Method.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/classes/index.ts b/packages/discordx/src/decorators/classes/index.ts index 854f0150d..963995663 100644 --- a/packages/discordx/src/decorators/classes/index.ts +++ b/packages/discordx/src/decorators/classes/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/decorators/Bot.ts b/packages/discordx/src/decorators/decorators/Bot.ts index 55649d5de..4e1a795f7 100644 --- a/packages/discordx/src/decorators/decorators/Bot.ts +++ b/packages/discordx/src/decorators/decorators/Bot.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/decorators/ButtonComponent.ts b/packages/discordx/src/decorators/decorators/ButtonComponent.ts index eda0e10f9..f9fc7e02c 100644 --- a/packages/discordx/src/decorators/decorators/ButtonComponent.ts +++ b/packages/discordx/src/decorators/decorators/ButtonComponent.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/decorators/ContextMenu.ts b/packages/discordx/src/decorators/decorators/ContextMenu.ts index 31c9e06e4..11eec6eb6 100644 --- a/packages/discordx/src/decorators/decorators/ContextMenu.ts +++ b/packages/discordx/src/decorators/decorators/ContextMenu.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/decorators/Discord.ts b/packages/discordx/src/decorators/decorators/Discord.ts index c0f783b80..0070b460d 100644 --- a/packages/discordx/src/decorators/decorators/Discord.ts +++ b/packages/discordx/src/decorators/decorators/Discord.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/decorators/Guard.ts b/packages/discordx/src/decorators/decorators/Guard.ts index 6752a01ce..ed2526d0d 100644 --- a/packages/discordx/src/decorators/decorators/Guard.ts +++ b/packages/discordx/src/decorators/decorators/Guard.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/decorators/Guild.ts b/packages/discordx/src/decorators/decorators/Guild.ts index fa7790f98..6baa293c1 100644 --- a/packages/discordx/src/decorators/decorators/Guild.ts +++ b/packages/discordx/src/decorators/decorators/Guild.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/decorators/ModalComponent.ts b/packages/discordx/src/decorators/decorators/ModalComponent.ts index 0e7c005ec..889946fbf 100644 --- a/packages/discordx/src/decorators/decorators/ModalComponent.ts +++ b/packages/discordx/src/decorators/decorators/ModalComponent.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/decorators/On.ts b/packages/discordx/src/decorators/decorators/On.ts index e155ef9dc..f95e32ee6 100644 --- a/packages/discordx/src/decorators/decorators/On.ts +++ b/packages/discordx/src/decorators/decorators/On.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/decorators/Once.ts b/packages/discordx/src/decorators/decorators/Once.ts index cc4ed002f..6a16a9ea8 100644 --- a/packages/discordx/src/decorators/decorators/Once.ts +++ b/packages/discordx/src/decorators/decorators/Once.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/decorators/Reaction.ts b/packages/discordx/src/decorators/decorators/Reaction.ts index 2827bb5ef..f1d74fed9 100644 --- a/packages/discordx/src/decorators/decorators/Reaction.ts +++ b/packages/discordx/src/decorators/decorators/Reaction.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/decorators/SelectMenuComponent.ts b/packages/discordx/src/decorators/decorators/SelectMenuComponent.ts index d86d8ee9c..29d9b2bb8 100644 --- a/packages/discordx/src/decorators/decorators/SelectMenuComponent.ts +++ b/packages/discordx/src/decorators/decorators/SelectMenuComponent.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/decorators/SimpleCommand.ts b/packages/discordx/src/decorators/decorators/SimpleCommand.ts index 7f6c560ca..8807bf2e6 100644 --- a/packages/discordx/src/decorators/decorators/SimpleCommand.ts +++ b/packages/discordx/src/decorators/decorators/SimpleCommand.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/decorators/SimpleCommandOption.ts b/packages/discordx/src/decorators/decorators/SimpleCommandOption.ts index 3d8debe29..736f49a8e 100644 --- a/packages/discordx/src/decorators/decorators/SimpleCommandOption.ts +++ b/packages/discordx/src/decorators/decorators/SimpleCommandOption.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/decorators/Slash.ts b/packages/discordx/src/decorators/decorators/Slash.ts index abe6c793b..0cc8e004b 100644 --- a/packages/discordx/src/decorators/decorators/Slash.ts +++ b/packages/discordx/src/decorators/decorators/Slash.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/decorators/SlashChoice.ts b/packages/discordx/src/decorators/decorators/SlashChoice.ts index afd5453bc..66c801561 100644 --- a/packages/discordx/src/decorators/decorators/SlashChoice.ts +++ b/packages/discordx/src/decorators/decorators/SlashChoice.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/decorators/SlashGroup.ts b/packages/discordx/src/decorators/decorators/SlashGroup.ts index be9f34a64..e512d8211 100644 --- a/packages/discordx/src/decorators/decorators/SlashGroup.ts +++ b/packages/discordx/src/decorators/decorators/SlashGroup.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/decorators/SlashOption.ts b/packages/discordx/src/decorators/decorators/SlashOption.ts index b7709a9e7..ada2e41af 100644 --- a/packages/discordx/src/decorators/decorators/SlashOption.ts +++ b/packages/discordx/src/decorators/decorators/SlashOption.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/decorators/index.ts b/packages/discordx/src/decorators/decorators/index.ts index 9b3cc60c7..91217c8b4 100644 --- a/packages/discordx/src/decorators/decorators/index.ts +++ b/packages/discordx/src/decorators/decorators/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/decorators/index.ts b/packages/discordx/src/decorators/index.ts index ca4ea3e4b..a652ab752 100644 --- a/packages/discordx/src/decorators/index.ts +++ b/packages/discordx/src/decorators/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/index.ts b/packages/discordx/src/index.ts index f1e7d7e21..07d5ea0ba 100644 --- a/packages/discordx/src/index.ts +++ b/packages/discordx/src/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/logic/index.ts b/packages/discordx/src/logic/index.ts index 4462f3ef9..221a9956c 100644 --- a/packages/discordx/src/logic/index.ts +++ b/packages/discordx/src/logic/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/logic/metadata/MetadataStorage.ts b/packages/discordx/src/logic/metadata/MetadataStorage.ts index bd705e30a..66dbecce2 100644 --- a/packages/discordx/src/logic/metadata/MetadataStorage.ts +++ b/packages/discordx/src/logic/metadata/MetadataStorage.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/types/core/ClientOptions.ts b/packages/discordx/src/types/core/ClientOptions.ts index 5af05fddf..5dca3abd6 100644 --- a/packages/discordx/src/types/core/ClientOptions.ts +++ b/packages/discordx/src/types/core/ClientOptions.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/types/core/common.ts b/packages/discordx/src/types/core/common.ts index d768307d5..eae7ad75a 100644 --- a/packages/discordx/src/types/core/common.ts +++ b/packages/discordx/src/types/core/common.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/types/core/index.ts b/packages/discordx/src/types/core/index.ts index f6bc7dbef..0c44406d3 100644 --- a/packages/discordx/src/types/core/index.ts +++ b/packages/discordx/src/types/core/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/types/core/literal.ts b/packages/discordx/src/types/core/literal.ts index d35c36cbb..3d385cb56 100644 --- a/packages/discordx/src/types/core/literal.ts +++ b/packages/discordx/src/types/core/literal.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/types/index.ts b/packages/discordx/src/types/index.ts index 459752597..531261b46 100644 --- a/packages/discordx/src/types/index.ts +++ b/packages/discordx/src/types/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/types/public/common.ts b/packages/discordx/src/types/public/common.ts index 3bf2a03cc..0bac1eeb9 100644 --- a/packages/discordx/src/types/public/common.ts +++ b/packages/discordx/src/types/public/common.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/types/public/enum.ts b/packages/discordx/src/types/public/enum.ts index 5d47f80f4..21f6b88f9 100644 --- a/packages/discordx/src/types/public/enum.ts +++ b/packages/discordx/src/types/public/enum.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/types/public/index.ts b/packages/discordx/src/types/public/index.ts index 36eeb7595..7e474eb4d 100644 --- a/packages/discordx/src/types/public/index.ts +++ b/packages/discordx/src/types/public/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/types/public/simple command.ts b/packages/discordx/src/types/public/simple command.ts index cff53b4d2..26379201d 100644 --- a/packages/discordx/src/types/public/simple command.ts +++ b/packages/discordx/src/types/public/simple command.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/types/public/slash.ts b/packages/discordx/src/types/public/slash.ts index 56e309fdd..fa90207f4 100644 --- a/packages/discordx/src/types/public/slash.ts +++ b/packages/discordx/src/types/public/slash.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/util/comparison.ts b/packages/discordx/src/util/comparison.ts index e8eec852e..af3931288 100644 --- a/packages/discordx/src/util/comparison.ts +++ b/packages/discordx/src/util/comparison.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/util/index.ts b/packages/discordx/src/util/index.ts index c816ec94f..1f92cbd86 100644 --- a/packages/discordx/src/util/index.ts +++ b/packages/discordx/src/util/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/util/resolve-guilds.ts b/packages/discordx/src/util/resolve-guilds.ts index 31c82c965..182a7bfaa 100644 --- a/packages/discordx/src/util/resolve-guilds.ts +++ b/packages/discordx/src/util/resolve-guilds.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/src/util/slash-name-validator.ts b/packages/discordx/src/util/slash-name-validator.ts index 5e244aaea..5d24f3053 100644 --- a/packages/discordx/src/util/slash-name-validator.ts +++ b/packages/discordx/src/util/slash-name-validator.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/tests/button.test.ts b/packages/discordx/tests/button.test.ts index cbd0ebb56..9bf4585dd 100644 --- a/packages/discordx/tests/button.test.ts +++ b/packages/discordx/tests/button.test.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/tests/events.test.ts b/packages/discordx/tests/events.test.ts index c2f5ce233..c51d5010d 100644 --- a/packages/discordx/tests/events.test.ts +++ b/packages/discordx/tests/events.test.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/tests/simple-command.test.ts b/packages/discordx/tests/simple-command.test.ts index b32320bf1..40e95ed74 100644 --- a/packages/discordx/tests/simple-command.test.ts +++ b/packages/discordx/tests/simple-command.test.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/tests/slash-choice.test.ts b/packages/discordx/tests/slash-choice.test.ts index 0f64d6290..6a048d69d 100644 --- a/packages/discordx/tests/slash-choice.test.ts +++ b/packages/discordx/tests/slash-choice.test.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/tests/slash-group.test.ts b/packages/discordx/tests/slash-group.test.ts index 662350f51..ab94bbb72 100644 --- a/packages/discordx/tests/slash-group.test.ts +++ b/packages/discordx/tests/slash-group.test.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/tests/slash.test.ts b/packages/discordx/tests/slash.test.ts index afb1f92c7..b1aac9b90 100644 --- a/packages/discordx/tests/slash.test.ts +++ b/packages/discordx/tests/slash.test.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/discordx/tests/util/interaction.ts b/packages/discordx/tests/util/interaction.ts index da2dd6c9a..3ee815d3d 100644 --- a/packages/discordx/tests/util/interaction.ts +++ b/packages/discordx/tests/util/interaction.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/importer/LICENSE.txt b/packages/importer/LICENSE.txt index 0ea2a194a..f9fd2e839 100644 --- a/packages/importer/LICENSE.txt +++ b/packages/importer/LICENSE.txt @@ -175,7 +175,7 @@ END OF TERMS AND CONDITIONS - Copyright (c) Vijay Meena (https://github.com/samarmeena) + Copyright (c) Vijay Meena (https://github.com/vijayymmeena) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/packages/importer/README.md b/packages/importer/README.md index a842a9636..4dd9b54f5 100644 --- a/packages/importer/README.md +++ b/packages/importer/README.md @@ -121,7 +121,7 @@ importx("./tests/commands/**.js").then(() => console.log("All files imported")); # 📜 Documentation - [discordx.js.org](https://discordx.js.org) -- [Tutorials (dev.to)](https://dev.to/samarmeena/series/14317) +- [Tutorials (dev.to)](https://dev.to/vijayymmeena/series/14317) # ☎️ Need help? diff --git a/packages/importer/package.json b/packages/importer/package.json index e8416cb40..1c6165aad 100644 --- a/packages/importer/package.json +++ b/packages/importer/package.json @@ -21,7 +21,7 @@ }, "license": "Apache-2.0", "contributors": [ - "Vijay Meena (https://github.com/samarmeena)" + "Vijay Meena (https://github.com/vijayymmeena)" ], "exports": { ".": { diff --git a/packages/importer/src/index.ts b/packages/importer/src/index.ts index 393e93780..6e499f767 100644 --- a/packages/importer/src/index.ts +++ b/packages/importer/src/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/internal/README.md b/packages/internal/README.md index 3bb4c5248..47f2fb590 100644 --- a/packages/internal/README.md +++ b/packages/internal/README.md @@ -52,7 +52,7 @@ yarn add @discordx/internal # 📜 Documentation - [discordx.js.org](https://discordx.js.org) -- [Tutorials (dev.to)](https://dev.to/samarmeena/series/14317) +- [Tutorials (dev.to)](https://dev.to/vijayymmeena/series/14317) # ☎️ Need help? diff --git a/packages/internal/package.json b/packages/internal/package.json index 95fd51dc9..14b6317a4 100644 --- a/packages/internal/package.json +++ b/packages/internal/package.json @@ -25,7 +25,7 @@ "license": "Apache-2.0", "contributors": [ "Owen Calvin (https://github.com/OwenCalvin)", - "Vijay Meena (https://github.com/samarmeena)" + "Vijay Meena (https://github.com/vijayymmeena)" ], "exports": { ".": { diff --git a/packages/internal/src/decorator/classes/Decorator.ts b/packages/internal/src/decorator/classes/Decorator.ts index 9d6797d4f..a85c1ad20 100644 --- a/packages/internal/src/decorator/classes/Decorator.ts +++ b/packages/internal/src/decorator/classes/Decorator.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/internal/src/decorator/classes/Modifier.ts b/packages/internal/src/decorator/classes/Modifier.ts index c27b75cbc..b17000414 100644 --- a/packages/internal/src/decorator/classes/Modifier.ts +++ b/packages/internal/src/decorator/classes/Modifier.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/internal/src/decorator/index.ts b/packages/internal/src/decorator/index.ts index fc535db81..0629f66a4 100644 --- a/packages/internal/src/decorator/index.ts +++ b/packages/internal/src/decorator/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/internal/src/decorator/util.ts b/packages/internal/src/decorator/util.ts index dd9c25ea1..70bed721b 100644 --- a/packages/internal/src/decorator/util.ts +++ b/packages/internal/src/decorator/util.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/internal/src/index.ts b/packages/internal/src/index.ts index 13a02e118..b03b6dee6 100644 --- a/packages/internal/src/index.ts +++ b/packages/internal/src/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/internal/src/types/decorators.ts b/packages/internal/src/types/decorators.ts index c91d881ba..1cc0ca5e9 100644 --- a/packages/internal/src/types/decorators.ts +++ b/packages/internal/src/types/decorators.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/lava-player/LICENSE.txt b/packages/lava-player/LICENSE.txt index 0ea2a194a..f9fd2e839 100644 --- a/packages/lava-player/LICENSE.txt +++ b/packages/lava-player/LICENSE.txt @@ -175,7 +175,7 @@ END OF TERMS AND CONDITIONS - Copyright (c) Vijay Meena (https://github.com/samarmeena) + Copyright (c) Vijay Meena (https://github.com/vijayymmeena) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/packages/lava-player/README.md b/packages/lava-player/README.md index be14aa9ca..9f552fdd3 100644 --- a/packages/lava-player/README.md +++ b/packages/lava-player/README.md @@ -162,7 +162,7 @@ const cluster = new Lava.Cluster({ # 📜 Documentation - [discordx.js.org](https://discordx.js.org) -- [Tutorials (dev.to)](https://dev.to/samarmeena/series/14317) +- [Tutorials (dev.to)](https://dev.to/vijayymmeena/series/14317) # ☎️ Need help? diff --git a/packages/lava-player/package.json b/packages/lava-player/package.json index c88c97c30..31f1ba43f 100644 --- a/packages/lava-player/package.json +++ b/packages/lava-player/package.json @@ -24,7 +24,7 @@ }, "license": "Apache-2.0", "contributors": [ - "Vijay Meena (https://github.com/samarmeena)" + "Vijay Meena (https://github.com/vijayymmeena)" ], "exports": { ".": { diff --git a/packages/lava-player/src/base/base-cluster.ts b/packages/lava-player/src/base/base-cluster.ts index 6751a999f..5f4e39c83 100644 --- a/packages/lava-player/src/base/base-cluster.ts +++ b/packages/lava-player/src/base/base-cluster.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/lava-player/src/base/base-node.ts b/packages/lava-player/src/base/base-node.ts index 9357ca6a2..4defb688e 100644 --- a/packages/lava-player/src/base/base-node.ts +++ b/packages/lava-player/src/base/base-node.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/lava-player/src/cluster-node.ts b/packages/lava-player/src/cluster-node.ts index 3171e2f53..ffcbe5fa6 100644 --- a/packages/lava-player/src/cluster-node.ts +++ b/packages/lava-player/src/cluster-node.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/lava-player/src/cluster.ts b/packages/lava-player/src/cluster.ts index 8f62e45cc..045b01bba 100644 --- a/packages/lava-player/src/cluster.ts +++ b/packages/lava-player/src/cluster.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/lava-player/src/core/connection.ts b/packages/lava-player/src/core/connection.ts index 4d7fa5054..b79cd7546 100644 --- a/packages/lava-player/src/core/connection.ts +++ b/packages/lava-player/src/core/connection.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/lava-player/src/core/guild-player-store.ts b/packages/lava-player/src/core/guild-player-store.ts index afe172e08..acb112c35 100644 --- a/packages/lava-player/src/core/guild-player-store.ts +++ b/packages/lava-player/src/core/guild-player-store.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/lava-player/src/core/guild-player.ts b/packages/lava-player/src/core/guild-player.ts index a4c36934c..d0cb0932a 100644 --- a/packages/lava-player/src/core/guild-player.ts +++ b/packages/lava-player/src/core/guild-player.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/lava-player/src/core/rest.ts b/packages/lava-player/src/core/rest.ts index 58f0a980f..e20a0af9c 100644 --- a/packages/lava-player/src/core/rest.ts +++ b/packages/lava-player/src/core/rest.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/lava-player/src/index.ts b/packages/lava-player/src/index.ts index 7095d44c3..bb3174813 100644 --- a/packages/lava-player/src/index.ts +++ b/packages/lava-player/src/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/lava-player/src/node.ts b/packages/lava-player/src/node.ts index 5be6d1b61..1bdf6f558 100644 --- a/packages/lava-player/src/node.ts +++ b/packages/lava-player/src/node.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/lava-player/src/types/index.ts b/packages/lava-player/src/types/index.ts index 6437c83a0..e8f14834e 100644 --- a/packages/lava-player/src/types/index.ts +++ b/packages/lava-player/src/types/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/lava-player/src/types/node.ts b/packages/lava-player/src/types/node.ts index dad45ce9c..0d7731a3a 100644 --- a/packages/lava-player/src/types/node.ts +++ b/packages/lava-player/src/types/node.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/lava-player/src/types/op.ts b/packages/lava-player/src/types/op.ts index f36431c16..e47dc87cf 100644 --- a/packages/lava-player/src/types/op.ts +++ b/packages/lava-player/src/types/op.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/lava-player/src/types/player.ts b/packages/lava-player/src/types/player.ts index 0bf626753..03fda5345 100644 --- a/packages/lava-player/src/types/player.ts +++ b/packages/lava-player/src/types/player.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/lava-player/src/types/rest.ts b/packages/lava-player/src/types/rest.ts index d26fb4973..2eb16f919 100644 --- a/packages/lava-player/src/types/rest.ts +++ b/packages/lava-player/src/types/rest.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/lava-player/src/types/route-planner.ts b/packages/lava-player/src/types/route-planner.ts index 6ef630431..2def3333c 100644 --- a/packages/lava-player/src/types/route-planner.ts +++ b/packages/lava-player/src/types/route-planner.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/lava-queue/LICENSE.txt b/packages/lava-queue/LICENSE.txt index 0ea2a194a..f9fd2e839 100644 --- a/packages/lava-queue/LICENSE.txt +++ b/packages/lava-queue/LICENSE.txt @@ -175,7 +175,7 @@ END OF TERMS AND CONDITIONS - Copyright (c) Vijay Meena (https://github.com/samarmeena) + Copyright (c) Vijay Meena (https://github.com/vijayymmeena) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/packages/lava-queue/README.md b/packages/lava-queue/README.md index e0a02329f..cddea667c 100644 --- a/packages/lava-queue/README.md +++ b/packages/lava-queue/README.md @@ -51,14 +51,14 @@ yarn add @discordx/lava-queue # 🤖 Bot Examples -[Starter repo from @samarmeena](https://github.com/discordx-ts/templates/tree/main/5-music-player-lavalink) +[Starter repo from @vijayymmeena](https://github.com/discordx-ts/templates/tree/main/5-music-player-lavalink) **Note:** Create a pull request to include your bot in the example list. # 📜 Documentation - [discordx.js.org](https://discordx.js.org) -- [Tutorials (dev.to)](https://dev.to/samarmeena/series/14317) +- [Tutorials (dev.to)](https://dev.to/vijayymmeena/series/14317) # ☎️ Need help? diff --git a/packages/lava-queue/package.json b/packages/lava-queue/package.json index d66a8cc4d..73bee0633 100644 --- a/packages/lava-queue/package.json +++ b/packages/lava-queue/package.json @@ -25,7 +25,7 @@ }, "license": "Apache-2.0", "contributors": [ - "Vijay Meena (https://github.com/samarmeena)" + "Vijay Meena (https://github.com/vijayymmeena)" ], "exports": { ".": { diff --git a/packages/lava-queue/src/index.ts b/packages/lava-queue/src/index.ts index 21204dc4f..7f6372ab1 100644 --- a/packages/lava-queue/src/index.ts +++ b/packages/lava-queue/src/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/lava-queue/src/queue-manager.ts b/packages/lava-queue/src/queue-manager.ts index 3e3831a29..df0b48d2c 100644 --- a/packages/lava-queue/src/queue-manager.ts +++ b/packages/lava-queue/src/queue-manager.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/lava-queue/src/queue.ts b/packages/lava-queue/src/queue.ts index a87a9071c..2dc0ad1ec 100644 --- a/packages/lava-queue/src/queue.ts +++ b/packages/lava-queue/src/queue.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/lava-queue/src/util.ts b/packages/lava-queue/src/util.ts index 078d5f7b8..d1c59035f 100644 --- a/packages/lava-queue/src/util.ts +++ b/packages/lava-queue/src/util.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/music/LICENSE.txt b/packages/music/LICENSE.txt index 0ea2a194a..f9fd2e839 100644 --- a/packages/music/LICENSE.txt +++ b/packages/music/LICENSE.txt @@ -175,7 +175,7 @@ END OF TERMS AND CONDITIONS - Copyright (c) Vijay Meena (https://github.com/samarmeena) + Copyright (c) Vijay Meena (https://github.com/vijayymmeena) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/packages/music/README.md b/packages/music/README.md index 62d80aa88..897837ea7 100644 --- a/packages/music/README.md +++ b/packages/music/README.md @@ -53,7 +53,7 @@ yarn add @discordx/music # 🤖 Bot Examples -> **[discord-music-bot](https://github.com/discordx-ts/templates/tree/main/4-music-player-ytdl)** from [@samarmeena](https://github.com/samarmeena) +> **[discord-music-bot](https://github.com/discordx-ts/templates/tree/main/4-music-player-ytdl)** from [@vijayymmeena](https://github.com/vijayymmeena) **Note:** Create a pull request to include your bot in the example list. @@ -93,7 +93,7 @@ queue.addTrack({ # 📜 Documentation - [discordx.js.org](https://discordx.js.org) -- [Tutorials (dev.to)](https://dev.to/samarmeena/series/14317) +- [Tutorials (dev.to)](https://dev.to/vijayymmeena/series/14317) # ☎️ Need help? diff --git a/packages/music/package.json b/packages/music/package.json index 6ecb7eace..22e01c362 100644 --- a/packages/music/package.json +++ b/packages/music/package.json @@ -22,7 +22,7 @@ }, "license": "Apache-2.0", "contributors": [ - "Vijay Meena (https://github.com/samarmeena)" + "Vijay Meena (https://github.com/vijayymmeena)" ], "exports": { ".": { diff --git a/packages/music/src/index.ts b/packages/music/src/index.ts index 462867049..9f46f7206 100644 --- a/packages/music/src/index.ts +++ b/packages/music/src/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/music/src/node.ts b/packages/music/src/node.ts index 146b35297..075ef0adf 100644 --- a/packages/music/src/node.ts +++ b/packages/music/src/node.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/music/src/queue-manager.ts b/packages/music/src/queue-manager.ts index df1731f0d..237de0ebd 100644 --- a/packages/music/src/queue-manager.ts +++ b/packages/music/src/queue-manager.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/music/src/queue.ts b/packages/music/src/queue.ts index b484e785c..e66dcbf84 100644 --- a/packages/music/src/queue.ts +++ b/packages/music/src/queue.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/music/src/types/audio-node.ts b/packages/music/src/types/audio-node.ts index 8b973fe6a..6518308c8 100644 --- a/packages/music/src/types/audio-node.ts +++ b/packages/music/src/types/audio-node.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/music/src/types/communication-parent.ts b/packages/music/src/types/communication-parent.ts index 275a4e4dd..12d75acf4 100644 --- a/packages/music/src/types/communication-parent.ts +++ b/packages/music/src/types/communication-parent.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/music/src/types/communication-worker.ts b/packages/music/src/types/communication-worker.ts index 05ca05ce7..60c5cbba8 100644 --- a/packages/music/src/types/communication-worker.ts +++ b/packages/music/src/types/communication-worker.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/music/src/types/index.ts b/packages/music/src/types/index.ts index b219c7e4c..ef4cb3cb2 100644 --- a/packages/music/src/types/index.ts +++ b/packages/music/src/types/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/music/src/types/queue-node-event.ts b/packages/music/src/types/queue-node-event.ts index 20b1a5459..8e16c545a 100644 --- a/packages/music/src/types/queue-node-event.ts +++ b/packages/music/src/types/queue-node-event.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/music/src/worker/audio-node-manager.ts b/packages/music/src/worker/audio-node-manager.ts index 78d7ac764..fe8f778ff 100644 --- a/packages/music/src/worker/audio-node-manager.ts +++ b/packages/music/src/worker/audio-node-manager.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/music/src/worker/audio-node.ts b/packages/music/src/worker/audio-node.ts index 15daf5530..23ee940ca 100644 --- a/packages/music/src/worker/audio-node.ts +++ b/packages/music/src/worker/audio-node.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/music/src/worker/index.ts b/packages/music/src/worker/index.ts index 1a193c30b..3d5166b21 100644 --- a/packages/music/src/worker/index.ts +++ b/packages/music/src/worker/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/music/src/worker/ytdl.ts b/packages/music/src/worker/ytdl.ts index fea1c4a88..e38bc00cd 100644 --- a/packages/music/src/worker/ytdl.ts +++ b/packages/music/src/worker/ytdl.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/pagination/LICENSE.txt b/packages/pagination/LICENSE.txt index 0ea2a194a..f9fd2e839 100644 --- a/packages/pagination/LICENSE.txt +++ b/packages/pagination/LICENSE.txt @@ -175,7 +175,7 @@ END OF TERMS AND CONDITIONS - Copyright (c) Vijay Meena (https://github.com/samarmeena) + Copyright (c) Vijay Meena (https://github.com/vijayymmeena) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/packages/pagination/README.md b/packages/pagination/README.md index 8a83af4b5..33a317815 100644 --- a/packages/pagination/README.md +++ b/packages/pagination/README.md @@ -242,7 +242,7 @@ The following options are only available, if you have set type to `SELECT_MENU` # 📜 Documentation - [discordx.js.org](https://discordx.js.org) -- [Tutorials (dev.to)](https://dev.to/samarmeena/series/14317) +- [Tutorials (dev.to)](https://dev.to/vijayymmeena/series/14317) # ☎️ Need help? diff --git a/packages/pagination/examples/pagination/commands/common.ts b/packages/pagination/examples/pagination/commands/common.ts index 916cdcde5..984f57340 100644 --- a/packages/pagination/examples/pagination/commands/common.ts +++ b/packages/pagination/examples/pagination/commands/common.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/pagination/examples/pagination/commands/configurations.ts b/packages/pagination/examples/pagination/commands/configurations.ts index 2075ade75..f19ee9df0 100644 --- a/packages/pagination/examples/pagination/commands/configurations.ts +++ b/packages/pagination/examples/pagination/commands/configurations.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/pagination/examples/pagination/commands/slash command info.ts b/packages/pagination/examples/pagination/commands/slash command info.ts index 3ccc58c3a..469667073 100644 --- a/packages/pagination/examples/pagination/commands/slash command info.ts +++ b/packages/pagination/examples/pagination/commands/slash command info.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/pagination/examples/pagination/commands/slash-example.ts b/packages/pagination/examples/pagination/commands/slash-example.ts index 7b30cfd96..5c588ab76 100644 --- a/packages/pagination/examples/pagination/commands/slash-example.ts +++ b/packages/pagination/examples/pagination/commands/slash-example.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/pagination/examples/pagination/main.ts b/packages/pagination/examples/pagination/main.ts index 4cff444f4..7fe6b1701 100644 --- a/packages/pagination/examples/pagination/main.ts +++ b/packages/pagination/examples/pagination/main.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/pagination/examples/pagination/util/common functions.ts b/packages/pagination/examples/pagination/util/common functions.ts index cbf9bc0e6..4797148d5 100644 --- a/packages/pagination/examples/pagination/util/common functions.ts +++ b/packages/pagination/examples/pagination/util/common functions.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/pagination/package.json b/packages/pagination/package.json index 264f6b0c7..67f19c722 100644 --- a/packages/pagination/package.json +++ b/packages/pagination/package.json @@ -22,7 +22,7 @@ }, "license": "Apache-2.0", "contributors": [ - "Vijay Meena (https://github.com/samarmeena)" + "Vijay Meena (https://github.com/vijayymmeena)" ], "exports": { ".": { diff --git a/packages/pagination/src/Pagination.ts b/packages/pagination/src/Pagination.ts index 6997aabde..a229d2bd6 100644 --- a/packages/pagination/src/Pagination.ts +++ b/packages/pagination/src/Pagination.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/pagination/src/Resolver.ts b/packages/pagination/src/Resolver.ts index e1cc4037c..f25be838f 100644 --- a/packages/pagination/src/Resolver.ts +++ b/packages/pagination/src/Resolver.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/pagination/src/functions/GeneratePage.ts b/packages/pagination/src/functions/GeneratePage.ts index ac3d7b863..6c8bac1e3 100644 --- a/packages/pagination/src/functions/GeneratePage.ts +++ b/packages/pagination/src/functions/GeneratePage.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/pagination/src/functions/Paginate.ts b/packages/pagination/src/functions/Paginate.ts index 3fa8b3826..0ca406fb5 100644 --- a/packages/pagination/src/functions/Paginate.ts +++ b/packages/pagination/src/functions/Paginate.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/pagination/src/index.ts b/packages/pagination/src/index.ts index a1d631e2d..cb6cd1c10 100644 --- a/packages/pagination/src/index.ts +++ b/packages/pagination/src/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/pagination/src/types.ts b/packages/pagination/src/types.ts index f8e1722a4..b999ff756 100644 --- a/packages/pagination/src/types.ts +++ b/packages/pagination/src/types.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-lava-player/CHANGELOG.md b/packages/plugin-lava-player/CHANGELOG.md index 53fcafdc3..db0fd4bcc 100644 --- a/packages/plugin-lava-player/CHANGELOG.md +++ b/packages/plugin-lava-player/CHANGELOG.md @@ -153,10 +153,10 @@ ### Patch Changes -- [`3edc73d`](https://github.com/discordx-ts/plugins/commit/3edc73da5679e8b97f0f08291da7cdef09afb165) Thanks [@samarmeena](https://github.com/samarmeena)! - workflow: changeset release +- [`3edc73d`](https://github.com/discordx-ts/plugins/commit/3edc73da5679e8b97f0f08291da7cdef09afb165) Thanks [@vijayymmeena](https://github.com/vijayymmeena)! - workflow: changeset release ## 1.0.4 ### Patch Changes -- [`acfd539`](https://github.com/discordx-ts/plugins/commit/acfd539ea9144e60e5f300f6eeac2e73f9a3c79b) Thanks [@samarmeena](https://github.com/samarmeena)! - dep update +- [`acfd539`](https://github.com/discordx-ts/plugins/commit/acfd539ea9144e60e5f300f6eeac2e73f9a3c79b) Thanks [@vijayymmeena](https://github.com/vijayymmeena)! - dep update diff --git a/packages/plugin-lava-player/README.md b/packages/plugin-lava-player/README.md index b355ce755..2ea2cb917 100644 --- a/packages/plugin-lava-player/README.md +++ b/packages/plugin-lava-player/README.md @@ -74,7 +74,7 @@ import "@discordx/plugin-lava-player/lavalyrics"; # 📜 Documentation - [discordx.js.org](https://discordx.js.org) -- [Tutorials (dev.to)](https://dev.to/samarmeena/series/14317) +- [Tutorials (dev.to)](https://dev.to/vijayymmeena/series/14317) # ☎️ Need help? diff --git a/packages/plugin-lava-player/examples/main.ts b/packages/plugin-lava-player/examples/main.ts index fd63ede97..9e0ef606a 100644 --- a/packages/plugin-lava-player/examples/main.ts +++ b/packages/plugin-lava-player/examples/main.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-lava-player/package.json b/packages/plugin-lava-player/package.json index 73eb4bad0..cc1b7d976 100644 --- a/packages/plugin-lava-player/package.json +++ b/packages/plugin-lava-player/package.json @@ -24,7 +24,7 @@ }, "license": "Apache-2.0", "contributors": [ - "Vijay Meena (https://github.com/samarmeena)" + "Vijay Meena (https://github.com/vijayymmeena)" ], "type": "module", "exports": { diff --git a/packages/plugin-lava-player/src/commands/current.ts b/packages/plugin-lava-player/src/commands/current.ts index df419e02e..d33b11f29 100644 --- a/packages/plugin-lava-player/src/commands/current.ts +++ b/packages/plugin-lava-player/src/commands/current.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-lava-player/src/commands/gui.ts b/packages/plugin-lava-player/src/commands/gui.ts index ac9712ba8..0ed4323e8 100644 --- a/packages/plugin-lava-player/src/commands/gui.ts +++ b/packages/plugin-lava-player/src/commands/gui.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-lava-player/src/commands/index.ts b/packages/plugin-lava-player/src/commands/index.ts index 5893344c3..e7b927db6 100644 --- a/packages/plugin-lava-player/src/commands/index.ts +++ b/packages/plugin-lava-player/src/commands/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-lava-player/src/commands/music.ts b/packages/plugin-lava-player/src/commands/music.ts index 23cd6eb77..6f7fb85a8 100644 --- a/packages/plugin-lava-player/src/commands/music.ts +++ b/packages/plugin-lava-player/src/commands/music.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-lava-player/src/commands/pause-resume.ts b/packages/plugin-lava-player/src/commands/pause-resume.ts index d1b3b9053..3f7b0ca24 100644 --- a/packages/plugin-lava-player/src/commands/pause-resume.ts +++ b/packages/plugin-lava-player/src/commands/pause-resume.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-lava-player/src/commands/play.ts b/packages/plugin-lava-player/src/commands/play.ts index 86c3c35e6..592a891f0 100644 --- a/packages/plugin-lava-player/src/commands/play.ts +++ b/packages/plugin-lava-player/src/commands/play.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-lava-player/src/commands/queue.ts b/packages/plugin-lava-player/src/commands/queue.ts index 3db219de8..00d83adc4 100644 --- a/packages/plugin-lava-player/src/commands/queue.ts +++ b/packages/plugin-lava-player/src/commands/queue.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-lava-player/src/commands/seek.ts b/packages/plugin-lava-player/src/commands/seek.ts index 9829da24f..df5375182 100644 --- a/packages/plugin-lava-player/src/commands/seek.ts +++ b/packages/plugin-lava-player/src/commands/seek.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-lava-player/src/commands/set-volume.ts b/packages/plugin-lava-player/src/commands/set-volume.ts index f9ea9b1d1..db2ac15a8 100644 --- a/packages/plugin-lava-player/src/commands/set-volume.ts +++ b/packages/plugin-lava-player/src/commands/set-volume.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-lava-player/src/commands/shuffle.ts b/packages/plugin-lava-player/src/commands/shuffle.ts index 6fbec4ebd..59b67ba50 100644 --- a/packages/plugin-lava-player/src/commands/shuffle.ts +++ b/packages/plugin-lava-player/src/commands/shuffle.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-lava-player/src/commands/skip.ts b/packages/plugin-lava-player/src/commands/skip.ts index 8f2efcb66..846b21e46 100644 --- a/packages/plugin-lava-player/src/commands/skip.ts +++ b/packages/plugin-lava-player/src/commands/skip.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-lava-player/src/commands/stop.ts b/packages/plugin-lava-player/src/commands/stop.ts index 21df7982d..5cf4f15cf 100644 --- a/packages/plugin-lava-player/src/commands/stop.ts +++ b/packages/plugin-lava-player/src/commands/stop.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-lava-player/src/core/index.ts b/packages/plugin-lava-player/src/core/index.ts index d37c12386..436d4fe86 100644 --- a/packages/plugin-lava-player/src/core/index.ts +++ b/packages/plugin-lava-player/src/core/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-lava-player/src/core/manager.ts b/packages/plugin-lava-player/src/core/manager.ts index 3efc0b9e6..1cc81af39 100644 --- a/packages/plugin-lava-player/src/core/manager.ts +++ b/packages/plugin-lava-player/src/core/manager.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-lava-player/src/core/node.ts b/packages/plugin-lava-player/src/core/node.ts index 58f28e40f..f62173f5f 100644 --- a/packages/plugin-lava-player/src/core/node.ts +++ b/packages/plugin-lava-player/src/core/node.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-lava-player/src/core/queue.ts b/packages/plugin-lava-player/src/core/queue.ts index c4bef3711..5246e3dae 100644 --- a/packages/plugin-lava-player/src/core/queue.ts +++ b/packages/plugin-lava-player/src/core/queue.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-lava-player/src/events/ready.ts b/packages/plugin-lava-player/src/events/ready.ts index 2c14de175..86798d72e 100644 --- a/packages/plugin-lava-player/src/events/ready.ts +++ b/packages/plugin-lava-player/src/events/ready.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-lava-player/src/index.ts b/packages/plugin-lava-player/src/index.ts index f360066d1..a5c2fa343 100644 --- a/packages/plugin-lava-player/src/index.ts +++ b/packages/plugin-lava-player/src/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-lava-player/src/plugins/lavalyrics/index.ts b/packages/plugin-lava-player/src/plugins/lavalyrics/index.ts index cda662a1e..c7620db80 100644 --- a/packages/plugin-lava-player/src/plugins/lavalyrics/index.ts +++ b/packages/plugin-lava-player/src/plugins/lavalyrics/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-lava-player/src/plugins/lavalyrics/types.ts b/packages/plugin-lava-player/src/plugins/lavalyrics/types.ts index e53bdf03a..f0de5b968 100644 --- a/packages/plugin-lava-player/src/plugins/lavalyrics/types.ts +++ b/packages/plugin-lava-player/src/plugins/lavalyrics/types.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-ytdl-player/CHANGELOG.md b/packages/plugin-ytdl-player/CHANGELOG.md index f79e71db9..dfce287f4 100644 --- a/packages/plugin-ytdl-player/CHANGELOG.md +++ b/packages/plugin-ytdl-player/CHANGELOG.md @@ -108,16 +108,16 @@ ### Patch Changes -- [`f490248`](https://github.com/discordx-ts/plugins/commit/f4902483a99331355edfa7dc3b9d2d99331b5919) Thanks [@samarmeena](https://github.com/samarmeena)! - fixed youtube-sr import +- [`f490248`](https://github.com/discordx-ts/plugins/commit/f4902483a99331355edfa7dc3b9d2d99331b5919) Thanks [@vijayymmeena](https://github.com/vijayymmeena)! - fixed youtube-sr import ## 2.0.6 ### Patch Changes -- [`3edc73d`](https://github.com/discordx-ts/plugins/commit/3edc73da5679e8b97f0f08291da7cdef09afb165) Thanks [@samarmeena](https://github.com/samarmeena)! - workflow: changeset release +- [`3edc73d`](https://github.com/discordx-ts/plugins/commit/3edc73da5679e8b97f0f08291da7cdef09afb165) Thanks [@vijayymmeena](https://github.com/vijayymmeena)! - workflow: changeset release ## 2.0.4 ### Patch Changes -- [`acfd539`](https://github.com/discordx-ts/plugins/commit/acfd539ea9144e60e5f300f6eeac2e73f9a3c79b) Thanks [@samarmeena](https://github.com/samarmeena)! - dep update +- [`acfd539`](https://github.com/discordx-ts/plugins/commit/acfd539ea9144e60e5f300f6eeac2e73f9a3c79b) Thanks [@vijayymmeena](https://github.com/vijayymmeena)! - dep update diff --git a/packages/plugin-ytdl-player/README.md b/packages/plugin-ytdl-player/README.md index c07c4131e..460506915 100644 --- a/packages/plugin-ytdl-player/README.md +++ b/packages/plugin-ytdl-player/README.md @@ -55,7 +55,7 @@ import "@discordx/plugin-ytdl-player"; # 📜 Documentation - [discordx.js.org](https://discordx.js.org) -- [Tutorials (dev.to)](https://dev.to/samarmeena/series/14317) +- [Tutorials (dev.to)](https://dev.to/vijayymmeena/series/14317) # ☎️ Need help? diff --git a/packages/plugin-ytdl-player/examples/main.ts b/packages/plugin-ytdl-player/examples/main.ts index 4aa7e389f..e2d30d3c5 100644 --- a/packages/plugin-ytdl-player/examples/main.ts +++ b/packages/plugin-ytdl-player/examples/main.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-ytdl-player/package.json b/packages/plugin-ytdl-player/package.json index 5432d5019..f0678954f 100644 --- a/packages/plugin-ytdl-player/package.json +++ b/packages/plugin-ytdl-player/package.json @@ -23,7 +23,7 @@ }, "license": "Apache-2.0", "contributors": [ - "Vijay Meena (https://github.com/samarmeena)" + "Vijay Meena (https://github.com/vijayymmeena)" ], "type": "module", "exports": { diff --git a/packages/plugin-ytdl-player/src/commands/current.ts b/packages/plugin-ytdl-player/src/commands/current.ts index 0667865af..3367ac346 100644 --- a/packages/plugin-ytdl-player/src/commands/current.ts +++ b/packages/plugin-ytdl-player/src/commands/current.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-ytdl-player/src/commands/gui.ts b/packages/plugin-ytdl-player/src/commands/gui.ts index 01e481362..24df78942 100644 --- a/packages/plugin-ytdl-player/src/commands/gui.ts +++ b/packages/plugin-ytdl-player/src/commands/gui.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-ytdl-player/src/commands/index.ts b/packages/plugin-ytdl-player/src/commands/index.ts index a93b6f1fd..8f0507791 100644 --- a/packages/plugin-ytdl-player/src/commands/index.ts +++ b/packages/plugin-ytdl-player/src/commands/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-ytdl-player/src/commands/music.ts b/packages/plugin-ytdl-player/src/commands/music.ts index 23cd6eb77..6f7fb85a8 100644 --- a/packages/plugin-ytdl-player/src/commands/music.ts +++ b/packages/plugin-ytdl-player/src/commands/music.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-ytdl-player/src/commands/pause-resume.ts b/packages/plugin-ytdl-player/src/commands/pause-resume.ts index a89b7a087..d7e69b2c0 100644 --- a/packages/plugin-ytdl-player/src/commands/pause-resume.ts +++ b/packages/plugin-ytdl-player/src/commands/pause-resume.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-ytdl-player/src/commands/play.ts b/packages/plugin-ytdl-player/src/commands/play.ts index ffe1bae20..addf2f3ae 100644 --- a/packages/plugin-ytdl-player/src/commands/play.ts +++ b/packages/plugin-ytdl-player/src/commands/play.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-ytdl-player/src/commands/playlist.ts b/packages/plugin-ytdl-player/src/commands/playlist.ts index d440e4613..ea62e501a 100644 --- a/packages/plugin-ytdl-player/src/commands/playlist.ts +++ b/packages/plugin-ytdl-player/src/commands/playlist.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-ytdl-player/src/commands/queue.ts b/packages/plugin-ytdl-player/src/commands/queue.ts index 1b7e0babe..140d6295c 100644 --- a/packages/plugin-ytdl-player/src/commands/queue.ts +++ b/packages/plugin-ytdl-player/src/commands/queue.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-ytdl-player/src/commands/seek.ts b/packages/plugin-ytdl-player/src/commands/seek.ts index b6c6a2c60..da5d8d276 100644 --- a/packages/plugin-ytdl-player/src/commands/seek.ts +++ b/packages/plugin-ytdl-player/src/commands/seek.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-ytdl-player/src/commands/set-volume.ts b/packages/plugin-ytdl-player/src/commands/set-volume.ts index ab3878999..03d628f1b 100644 --- a/packages/plugin-ytdl-player/src/commands/set-volume.ts +++ b/packages/plugin-ytdl-player/src/commands/set-volume.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-ytdl-player/src/commands/shuffle.ts b/packages/plugin-ytdl-player/src/commands/shuffle.ts index 1f1988cff..5af96ac40 100644 --- a/packages/plugin-ytdl-player/src/commands/shuffle.ts +++ b/packages/plugin-ytdl-player/src/commands/shuffle.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-ytdl-player/src/commands/skip.ts b/packages/plugin-ytdl-player/src/commands/skip.ts index e2fcef3e2..82505456a 100644 --- a/packages/plugin-ytdl-player/src/commands/skip.ts +++ b/packages/plugin-ytdl-player/src/commands/skip.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-ytdl-player/src/commands/spotify.ts b/packages/plugin-ytdl-player/src/commands/spotify.ts index 0730e2240..79955fb7b 100644 --- a/packages/plugin-ytdl-player/src/commands/spotify.ts +++ b/packages/plugin-ytdl-player/src/commands/spotify.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-ytdl-player/src/commands/stop.ts b/packages/plugin-ytdl-player/src/commands/stop.ts index 9f046eeba..bea8c72c7 100644 --- a/packages/plugin-ytdl-player/src/commands/stop.ts +++ b/packages/plugin-ytdl-player/src/commands/stop.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-ytdl-player/src/core/index.ts b/packages/plugin-ytdl-player/src/core/index.ts index 070ddfeb1..e3b3d55f5 100644 --- a/packages/plugin-ytdl-player/src/core/index.ts +++ b/packages/plugin-ytdl-player/src/core/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-ytdl-player/src/core/manager.ts b/packages/plugin-ytdl-player/src/core/manager.ts index 5e526dc13..55289f153 100644 --- a/packages/plugin-ytdl-player/src/core/manager.ts +++ b/packages/plugin-ytdl-player/src/core/manager.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-ytdl-player/src/core/queue.ts b/packages/plugin-ytdl-player/src/core/queue.ts index a3bb0be13..a4b939a32 100644 --- a/packages/plugin-ytdl-player/src/core/queue.ts +++ b/packages/plugin-ytdl-player/src/core/queue.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-ytdl-player/src/events/ready.ts b/packages/plugin-ytdl-player/src/events/ready.ts index a57937ac6..4183ece8c 100644 --- a/packages/plugin-ytdl-player/src/events/ready.ts +++ b/packages/plugin-ytdl-player/src/events/ready.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-ytdl-player/src/global.d.ts b/packages/plugin-ytdl-player/src/global.d.ts index 08b2d916b..794e933cd 100644 --- a/packages/plugin-ytdl-player/src/global.d.ts +++ b/packages/plugin-ytdl-player/src/global.d.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-ytdl-player/src/index.ts b/packages/plugin-ytdl-player/src/index.ts index f360066d1..a5c2fa343 100644 --- a/packages/plugin-ytdl-player/src/index.ts +++ b/packages/plugin-ytdl-player/src/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-ytdl-player/src/utils/queue.ts b/packages/plugin-ytdl-player/src/utils/queue.ts index 4252d8444..7a4463a77 100644 --- a/packages/plugin-ytdl-player/src/utils/queue.ts +++ b/packages/plugin-ytdl-player/src/utils/queue.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/plugin-ytdl-player/src/utils/time.ts b/packages/plugin-ytdl-player/src/utils/time.ts index 78bc31204..2d995ba36 100644 --- a/packages/plugin-ytdl-player/src/utils/time.ts +++ b/packages/plugin-ytdl-player/src/utils/time.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/CHANGELOG.md b/packages/utilities/CHANGELOG.md index 7551c0b3b..e1cab90f1 100644 --- a/packages/utilities/CHANGELOG.md +++ b/packages/utilities/CHANGELOG.md @@ -50,9 +50,9 @@ ### Patch Changes -- [#1004](https://github.com/discordx-ts/discordx/pull/1004) [`86589ae`](https://github.com/discordx-ts/discordx/commit/86589aefede05ee5df66658f946bd53d3cf78112) Thanks [@samarmeena](https://github.com/samarmeena)! - added arg in IsGuildUserCallback +- [#1004](https://github.com/discordx-ts/discordx/pull/1004) [`86589ae`](https://github.com/discordx-ts/discordx/commit/86589aefede05ee5df66658f946bd53d3cf78112) Thanks [@vijayymmeena](https://github.com/vijayymmeena)! - added arg in IsGuildUserCallback -- [#1004](https://github.com/discordx-ts/discordx/pull/1004) [`86589ae`](https://github.com/discordx-ts/discordx/commit/86589aefede05ee5df66658f946bd53d3cf78112) Thanks [@samarmeena](https://github.com/samarmeena)! - use IsGuildUser alias for NotBot guard. +- [#1004](https://github.com/discordx-ts/discordx/pull/1004) [`86589ae`](https://github.com/discordx-ts/discordx/commit/86589aefede05ee5df66658f946bd53d3cf78112) Thanks [@vijayymmeena](https://github.com/vijayymmeena)! - use IsGuildUser alias for NotBot guard. ## 6.3.1 @@ -72,7 +72,7 @@ - [#993](https://github.com/discordx-ts/discordx/pull/993) [`426361f`](https://github.com/discordx-ts/discordx/commit/426361f83dd6ece56cd6077d5f19386f35c721f2) Thanks [@ravener](https://github.com/ravener)! - use relative time in rate limit guard -- [#994](https://github.com/discordx-ts/discordx/pull/994) [`a2a6220`](https://github.com/discordx-ts/discordx/commit/a2a6220a022c784617dea78da4cd1c8e9e94841a) Thanks [@samarmeena](https://github.com/samarmeena)! - Introduced TimeFormat - an simple method for formatting time into a Discord timestamp. +- [#994](https://github.com/discordx-ts/discordx/pull/994) [`a2a6220`](https://github.com/discordx-ts/discordx/commit/a2a6220a022c784617dea78da4cd1c8e9e94841a) Thanks [@vijayymmeena](https://github.com/vijayymmeena)! - Introduced TimeFormat - an simple method for formatting time into a Discord timestamp. ## 7.0.0 diff --git a/packages/utilities/LICENSE.txt b/packages/utilities/LICENSE.txt index 0ea2a194a..f9fd2e839 100644 --- a/packages/utilities/LICENSE.txt +++ b/packages/utilities/LICENSE.txt @@ -175,7 +175,7 @@ END OF TERMS AND CONDITIONS - Copyright (c) Vijay Meena (https://github.com/samarmeena) + Copyright (c) Vijay Meena (https://github.com/vijayymmeena) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/packages/utilities/README.md b/packages/utilities/README.md index b906d071b..3eaf68ca1 100644 --- a/packages/utilities/README.md +++ b/packages/utilities/README.md @@ -384,7 +384,7 @@ const message = `I will be there by ${TimeFormat.LongDate( # 📜 Documentation - [discordx.js.org](https://discordx.js.org) -- [Tutorials (dev.to)](https://dev.to/samarmeena/series/14317) +- [Tutorials (dev.to)](https://dev.to/vijayymmeena/series/14317) # ☎️ Need help? diff --git a/packages/utilities/examples/category/commands/group.ts b/packages/utilities/examples/category/commands/group.ts index b194f2b94..619349a96 100644 --- a/packages/utilities/examples/category/commands/group.ts +++ b/packages/utilities/examples/category/commands/group.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/examples/category/commands/slash.ts b/packages/utilities/examples/category/commands/slash.ts index 843fc1206..50c34ef39 100644 --- a/packages/utilities/examples/category/commands/slash.ts +++ b/packages/utilities/examples/category/commands/slash.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/examples/category/main.ts b/packages/utilities/examples/category/main.ts index 4cff444f4..7fe6b1701 100644 --- a/packages/utilities/examples/category/main.ts +++ b/packages/utilities/examples/category/main.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/examples/guards/commands/IsGuildUser.ts b/packages/utilities/examples/guards/commands/IsGuildUser.ts index 15d2ce084..44e8028fb 100644 --- a/packages/utilities/examples/guards/commands/IsGuildUser.ts +++ b/packages/utilities/examples/guards/commands/IsGuildUser.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/examples/guards/commands/NotBot.ts b/packages/utilities/examples/guards/commands/NotBot.ts index 54b6d4c0d..206a9f468 100644 --- a/packages/utilities/examples/guards/commands/NotBot.ts +++ b/packages/utilities/examples/guards/commands/NotBot.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/examples/guards/commands/PermissionGuard.ts b/packages/utilities/examples/guards/commands/PermissionGuard.ts index fe7c7449b..a909d8029 100644 --- a/packages/utilities/examples/guards/commands/PermissionGuard.ts +++ b/packages/utilities/examples/guards/commands/PermissionGuard.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/examples/guards/commands/RateLimit.ts b/packages/utilities/examples/guards/commands/RateLimit.ts index 90c158e27..8687804f6 100644 --- a/packages/utilities/examples/guards/commands/RateLimit.ts +++ b/packages/utilities/examples/guards/commands/RateLimit.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/examples/guards/main.ts b/packages/utilities/examples/guards/main.ts index 04c724b2b..506b8dd99 100644 --- a/packages/utilities/examples/guards/main.ts +++ b/packages/utilities/examples/guards/main.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/package.json b/packages/utilities/package.json index 417b86c3c..6a692403a 100644 --- a/packages/utilities/package.json +++ b/packages/utilities/package.json @@ -21,7 +21,7 @@ }, "license": "Apache-2.0", "contributors": [ - "Vijay Meena (https://github.com/samarmeena)" + "Vijay Meena (https://github.com/vijayymmeena)" ], "exports": { ".": { diff --git a/packages/utilities/src/decorators/category.ts b/packages/utilities/src/decorators/category.ts index 8322f0400..eb6b1fc49 100644 --- a/packages/utilities/src/decorators/category.ts +++ b/packages/utilities/src/decorators/category.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/src/decorators/description.ts b/packages/utilities/src/decorators/description.ts index 5416c4b83..ce1a2a175 100644 --- a/packages/utilities/src/decorators/description.ts +++ b/packages/utilities/src/decorators/description.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/src/decorators/index.ts b/packages/utilities/src/decorators/index.ts index f5ff679f1..1c47a5d63 100644 --- a/packages/utilities/src/decorators/index.ts +++ b/packages/utilities/src/decorators/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/src/guards/IsGuildUser/index.ts b/packages/utilities/src/guards/IsGuildUser/index.ts index 7616a1a19..117a2bf95 100644 --- a/packages/utilities/src/guards/IsGuildUser/index.ts +++ b/packages/utilities/src/guards/IsGuildUser/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/src/guards/NotBot/index.ts b/packages/utilities/src/guards/NotBot/index.ts index 7d66d74be..93d57322b 100644 --- a/packages/utilities/src/guards/NotBot/index.ts +++ b/packages/utilities/src/guards/NotBot/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/src/guards/PermissionGuard/index.ts b/packages/utilities/src/guards/PermissionGuard/index.ts index 9e4d10f3a..f42d1493d 100644 --- a/packages/utilities/src/guards/PermissionGuard/index.ts +++ b/packages/utilities/src/guards/PermissionGuard/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/src/guards/Rate Limiter/RateLimit.ts b/packages/utilities/src/guards/Rate Limiter/RateLimit.ts index f6a4cb92d..6c02b34f7 100644 --- a/packages/utilities/src/guards/Rate Limiter/RateLimit.ts +++ b/packages/utilities/src/guards/Rate Limiter/RateLimit.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/src/guards/Rate Limiter/index.ts b/packages/utilities/src/guards/Rate Limiter/index.ts index d107463be..4fbc2053c 100644 --- a/packages/utilities/src/guards/Rate Limiter/index.ts +++ b/packages/utilities/src/guards/Rate Limiter/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/src/guards/Rate Limiter/logic/TimeOutEntry.ts b/packages/utilities/src/guards/Rate Limiter/logic/TimeOutEntry.ts index 7894abb50..4d15308a8 100644 --- a/packages/utilities/src/guards/Rate Limiter/logic/TimeOutEntry.ts +++ b/packages/utilities/src/guards/Rate Limiter/logic/TimeOutEntry.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/src/guards/Rate Limiter/logic/TimedSet.ts b/packages/utilities/src/guards/Rate Limiter/logic/TimedSet.ts index 8cacd65da..971b43ffe 100644 --- a/packages/utilities/src/guards/Rate Limiter/logic/TimedSet.ts +++ b/packages/utilities/src/guards/Rate Limiter/logic/TimedSet.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/src/guards/Rate Limiter/logic/Timer.ts b/packages/utilities/src/guards/Rate Limiter/logic/Timer.ts index 68bf33f60..1c0918f51 100644 --- a/packages/utilities/src/guards/Rate Limiter/logic/Timer.ts +++ b/packages/utilities/src/guards/Rate Limiter/logic/Timer.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/src/guards/Rate Limiter/logic/index.ts b/packages/utilities/src/guards/Rate Limiter/logic/index.ts index 1e9846c1d..00538a388 100644 --- a/packages/utilities/src/guards/Rate Limiter/logic/index.ts +++ b/packages/utilities/src/guards/Rate Limiter/logic/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/src/guards/Rate Limiter/types/ITimedSet.ts b/packages/utilities/src/guards/Rate Limiter/types/ITimedSet.ts index b48fc143e..50324a92c 100644 --- a/packages/utilities/src/guards/Rate Limiter/types/ITimedSet.ts +++ b/packages/utilities/src/guards/Rate Limiter/types/ITimedSet.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/src/guards/Rate Limiter/types/common.ts b/packages/utilities/src/guards/Rate Limiter/types/common.ts index 5c5c1e9e0..a9f9ae912 100644 --- a/packages/utilities/src/guards/Rate Limiter/types/common.ts +++ b/packages/utilities/src/guards/Rate Limiter/types/common.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/src/guards/Rate Limiter/types/enum.ts b/packages/utilities/src/guards/Rate Limiter/types/enum.ts index 6461f8033..9af0c8d4c 100644 --- a/packages/utilities/src/guards/Rate Limiter/types/enum.ts +++ b/packages/utilities/src/guards/Rate Limiter/types/enum.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/src/guards/Rate Limiter/types/index.ts b/packages/utilities/src/guards/Rate Limiter/types/index.ts index 506f611fe..5e8f1910d 100644 --- a/packages/utilities/src/guards/Rate Limiter/types/index.ts +++ b/packages/utilities/src/guards/Rate Limiter/types/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/src/guards/index.ts b/packages/utilities/src/guards/index.ts index 968a325e0..ac05f2d62 100644 --- a/packages/utilities/src/guards/index.ts +++ b/packages/utilities/src/guards/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/src/index.ts b/packages/utilities/src/index.ts index 253d9e875..ea0d13e52 100644 --- a/packages/utilities/src/index.ts +++ b/packages/utilities/src/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/src/useful/enum.ts b/packages/utilities/src/useful/enum.ts index 2ac08dacc..edff0ed28 100644 --- a/packages/utilities/src/useful/enum.ts +++ b/packages/utilities/src/useful/enum.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/src/useful/index.ts b/packages/utilities/src/useful/index.ts index bdcbcea91..2309127e7 100644 --- a/packages/utilities/src/useful/index.ts +++ b/packages/utilities/src/useful/index.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */ diff --git a/packages/utilities/src/useful/time-format.ts b/packages/utilities/src/useful/time-format.ts index 439b2424b..fdac37c36 100644 --- a/packages/utilities/src/useful/time-format.ts +++ b/packages/utilities/src/useful/time-format.ts @@ -1,6 +1,6 @@ /* * ------------------------------------------------------------------------------------------------------- - * Copyright (c) Vijay Meena (https://github.com/samarmeena). All rights reserved. + * Copyright (c) Vijay Meena (https://github.com/vijayymmeena). All rights reserved. * Licensed under the Apache License. See License.txt in the project root for license information. * ------------------------------------------------------------------------------------------------------- */