Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: update username #1073

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Default owner for everything
* @samarmeena
* @vijayymmeena


# for anything DI related
/packages/di/ @VictoriqueMoe @samarmeena
/packages/di/ @VictoriqueMoe @vijayymmeena
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github: [samarmeena]
github: [vijayymmeena]
custom: ["paypal.me/vijayxmeena"]
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: File a bug report
title: "[Bug]: "
labels: [bug, "unverified"]
assignees:
- samarmeena
- vijayymmeena
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Request a new feature
title: "[Feature]: "
labels: [enhancement]
assignees:
- samarmeena
- vijayymmeena
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/LICENSE_HEADER
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -------------------------------------------------------------------------------------------------------
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena). All rights reserved.
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena). All rights reserved.
* Licensed under the Apache License. See License.txt in the project root for license information.
* -------------------------------------------------------------------------------------------------------
*/
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@

END OF TERMS AND CONDITIONS

Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena)
Copyright (c) Vijay Meena <[email protected]> (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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"license": "Apache-2.0",
"contributors": [
"Vijay Meena <[email protected]> (https://github.com/samarmeena)"
"Vijay Meena <[email protected]> (https://github.com/vijayymmeena)"
],
"scripts": {
"build": "turbo run build",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-discordx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion packages/create-discordx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"url": "git+https://github.com/discordx-ts/discordx.git"
},
"license": "Apache-2.0",
"author": "Vijay Meena <[email protected]> (https://github.com/samarmeena)",
"author": "Vijay Meena <[email protected]> (https://github.com/vijayymmeena)",
"main": "dist/index.js",
"type": "module",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/create-discordx/src/helper/dir.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -------------------------------------------------------------------------------------------------------
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena). All rights reserved.
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena). All rights reserved.
* Licensed under the Apache License. See License.txt in the project root for license information.
* -------------------------------------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/create-discordx/src/helper/git.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -------------------------------------------------------------------------------------------------------
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena). All rights reserved.
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena). All rights reserved.
* Licensed under the Apache License. See License.txt in the project root for license information.
* -------------------------------------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/create-discordx/src/helper/npm.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -------------------------------------------------------------------------------------------------------
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena). All rights reserved.
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena). All rights reserved.
* Licensed under the Apache License. See License.txt in the project root for license information.
* -------------------------------------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/create-discordx/src/helper/package-manager.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -------------------------------------------------------------------------------------------------------
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena). All rights reserved.
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena). All rights reserved.
* Licensed under the Apache License. See License.txt in the project root for license information.
* -------------------------------------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/create-discordx/src/helper/template.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -------------------------------------------------------------------------------------------------------
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena). All rights reserved.
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena). All rights reserved.
* Licensed under the Apache License. See License.txt in the project root for license information.
* -------------------------------------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/create-discordx/src/helper/updater.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -------------------------------------------------------------------------------------------------------
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena). All rights reserved.
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena). All rights reserved.
* Licensed under the Apache License. See License.txt in the project root for license information.
* -------------------------------------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/create-discordx/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* -------------------------------------------------------------------------------------------------------
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena). All rights reserved.
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena). All rights reserved.
* Licensed under the Apache License. See License.txt in the project root for license information.
* -------------------------------------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/di/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion packages/di/examples/tsyringe/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -------------------------------------------------------------------------------------------------------
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena). All rights reserved.
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena). All rights reserved.
* Licensed under the Apache License. See License.txt in the project root for license information.
* -------------------------------------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/di/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"license": "Apache-2.0",
"contributors": [
"Owen Calvin <[email protected]> (https://github.com/OwenCalvin)",
"Vijay Meena <[email protected]> (https://github.com/samarmeena)",
"Vijay Meena <[email protected]> (https://github.com/vijayymmeena)",
"Victorique Blois <[email protected]> (https://github.com/VictoriqueMoe)"
],
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/di/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -------------------------------------------------------------------------------------------------------
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena). All rights reserved.
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena). All rights reserved.
* Licensed under the Apache License. See License.txt in the project root for license information.
* -------------------------------------------------------------------------------------------------------
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -------------------------------------------------------------------------------------------------------
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena). All rights reserved.
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena). All rights reserved.
* Licensed under the Apache License. See License.txt in the project root for license information.
* -------------------------------------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/di/src/logic/IDependencyRegistryEngine.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -------------------------------------------------------------------------------------------------------
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena). All rights reserved.
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena). All rights reserved.
* Licensed under the Apache License. See License.txt in the project root for license information.
* -------------------------------------------------------------------------------------------------------
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -------------------------------------------------------------------------------------------------------
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena). All rights reserved.
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena). All rights reserved.
* Licensed under the Apache License. See License.txt in the project root for license information.
* -------------------------------------------------------------------------------------------------------
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -------------------------------------------------------------------------------------------------------
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena). All rights reserved.
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena). All rights reserved.
* Licensed under the Apache License. See License.txt in the project root for license information.
* -------------------------------------------------------------------------------------------------------
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -------------------------------------------------------------------------------------------------------
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena). All rights reserved.
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena). All rights reserved.
* Licensed under the Apache License. See License.txt in the project root for license information.
* -------------------------------------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/di/src/logic/impl/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -------------------------------------------------------------------------------------------------------
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena). All rights reserved.
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena). All rights reserved.
* Licensed under the Apache License. See License.txt in the project root for license information.
* -------------------------------------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/di/src/logic/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -------------------------------------------------------------------------------------------------------
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena). All rights reserved.
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena). All rights reserved.
* Licensed under the Apache License. See License.txt in the project root for license information.
* -------------------------------------------------------------------------------------------------------
*/
Expand Down
4 changes: 2 additions & 2 deletions packages/discordx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/discordx/LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@

END OF TERMS AND CONDITIONS

Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena)
Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena)
Copyright 2019 Owen Calvin

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
4 changes: 2 additions & 2 deletions packages/discordx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion packages/discordx/examples/attachment/commands/common.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -------------------------------------------------------------------------------------------------------
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena). All rights reserved.
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena). All rights reserved.
* Licensed under the Apache License. See License.txt in the project root for license information.
* -------------------------------------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/discordx/examples/attachment/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -------------------------------------------------------------------------------------------------------
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena). All rights reserved.
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena). All rights reserved.
* Licensed under the Apache License. See License.txt in the project root for license information.
* -------------------------------------------------------------------------------------------------------
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -------------------------------------------------------------------------------------------------------
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena). All rights reserved.
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena). All rights reserved.
* Licensed under the Apache License. See License.txt in the project root for license information.
* -------------------------------------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/discordx/examples/builders/commands/choice.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -------------------------------------------------------------------------------------------------------
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena). All rights reserved.
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena). All rights reserved.
* Licensed under the Apache License. See License.txt in the project root for license information.
* -------------------------------------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/discordx/examples/builders/commands/hello.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -------------------------------------------------------------------------------------------------------
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena). All rights reserved.
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena). All rights reserved.
* Licensed under the Apache License. See License.txt in the project root for license information.
* -------------------------------------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/discordx/examples/builders/commands/ping.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -------------------------------------------------------------------------------------------------------
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena). All rights reserved.
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena). All rights reserved.
* Licensed under the Apache License. See License.txt in the project root for license information.
* -------------------------------------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/discordx/examples/builders/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -------------------------------------------------------------------------------------------------------
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena). All rights reserved.
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena). All rights reserved.
* Licensed under the Apache License. See License.txt in the project root for license information.
* -------------------------------------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/discordx/examples/button/commands/common.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -------------------------------------------------------------------------------------------------------
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena). All rights reserved.
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena). All rights reserved.
* Licensed under the Apache License. See License.txt in the project root for license information.
* -------------------------------------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/discordx/examples/button/commands/game.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -------------------------------------------------------------------------------------------------------
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena). All rights reserved.
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena). All rights reserved.
* Licensed under the Apache License. See License.txt in the project root for license information.
* -------------------------------------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/discordx/examples/button/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* -------------------------------------------------------------------------------------------------------
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/samarmeena). All rights reserved.
* Copyright (c) Vijay Meena <[email protected]> (https://github.com/vijayymmeena). All rights reserved.
* Licensed under the Apache License. See License.txt in the project root for license information.
* -------------------------------------------------------------------------------------------------------
*/
Expand Down
Loading