diff --git a/README.md b/README.md
index 7c9d94a5c..2db9ffc43 100644
--- a/README.md
+++ b/README.md
@@ -7,13 +7,13 @@
[![Issues][issues-shield]][issues-url]
[![Support Server][support-shield]][support-server]
[![MIT License][license-shield]][license-url]
-[![Run on Repl.it](https://repl.it/badge/github/brblacky/lavamusic)](https://repl.it/github/brblacky/lavamusic)
-[![Remix on Glitch](https://cdn.glitch.com/2703baf2-b643-4da7-ab91-7ee2a2d00b5b%2Fremix-button.svg)](https://glitch.com/edit/#!/import/github/brblacky/lavamusic)
+[![Run on Repl.it](https://repl.it/badge/github/appujet/lavamusic)](https://repl.it/github/appujet/lavamusic)
+[![Remix on Glitch](https://cdn.glitch.com/2703baf2-b643-4da7-ab91-7ee2a2d00b5b%2Fremix-button.svg)](https://glitch.com/edit/#!/import/github/appujet/lavamusic)
-
+
@@ -24,7 +24,7 @@
Invite Lavamusic
ยท
- Report Bug & Request Feature
+ Report Bug & Request Feature
@@ -117,7 +117,7 @@ Before starting with the installation, you need to have the following:
1. Clone the Lavamusic repository:
```bash
-git clone https://github.com/brblacky/lavamusic.git
+git clone https://github.com/appujet/lavamusic.git
```
2. change the directory to Lavamusic
@@ -135,7 +135,7 @@ npm i
4. Set up your environment variables:
Create a `.env` file in the root directory of your project with the following variables:
-or you can use the [.env.example](https://raw.githubusercontent.com/brblacky/lavamusic/main/.env.example) file
+or you can use the [.env.example](https://raw.githubusercontent.com/appujet/lavamusic/main/.env.example) file
```bash
TOKEN="." # Your bot token
@@ -172,11 +172,11 @@ Generate an invite link for your bot and invite it to your server using the Disc
This section assumes you have Docker and Docker Compose installed and running correctly.
-Download the [docker-compose.yml file](https://raw.githubusercontent.com/brblacky/lavamusic/main/docker-compose.yml) in a seperate folder like lavamusic.
+Download the [docker-compose.yml file](https://raw.githubusercontent.com/appujet/lavamusic/main/docker-compose.yml) in a seperate folder like lavamusic.
Edit docker-compose.yml and make sure to set the following variables:
-your .env file should look like this or you can use the [.env.example](https://raw.githubusercontent.com/brblacky/lavamusic/main/.env.example) file
+your .env file should look like this or you can use the [.env.example](https://raw.githubusercontent.com/appujet/lavamusic/main/.env.example) file
```yaml
TOKEN="." # Your bot token and remember, don't show everyone your bot token
@@ -243,7 +243,7 @@ Your contribution will be reviewed by the project maintainers, and any necessary
## ๐ License
-Distributed under the GPL-3.0 license. See ![LICENSE](https://img.shields.io/github/license/brblacky/lavamusic?style=social) for more information.
+Distributed under the GPL-3.0 license. See ![LICENSE](https://img.shields.io/github/license/appujet/lavamusic?style=social) for more information.
## โ Donate
@@ -256,20 +256,20 @@ Do you like this project? Support it by donating
Thanks goes to these wonderful people :
-
-
+
+
-[version-shield]: https://img.shields.io/github/package-json/v/brblacky/lavamusic?style=for-the-badge
-[contributors-shield]: https://img.shields.io/github/contributors/brblacky/lavamusic.svg?style=for-the-badge
-[contributors-url]: https://github.com/brblacky/lavamusic/graphs/contributors
-[forks-shield]: https://img.shields.io/github/forks/brblacky/lavamusic.svg?style=for-the-badge
-[forks-url]: https://github.com/brblacky/lavamusic/network/members
-[stars-shield]: https://img.shields.io/github/stars/brblacky/lavamusic.svg?style=for-the-badge
-[stars-url]: https://github.com/brblacky/lavamusic/stargazers
-[issues-shield]: https://img.shields.io/github/issues/brblacky/lavamusic.svg?style=for-the-badge
-[issues-url]: https://github.com/brblacky/lavamusic/issues
-[license-shield]: https://img.shields.io/github/license/brblacky/lavamusic.svg?style=for-the-badge
-[license-url]: https://github.com/brblacky/lavamusic/blob/master/LICENSE
+[version-shield]: https://img.shields.io/github/package-json/v/appujet/lavamusic?style=for-the-badge
+[contributors-shield]: https://img.shields.io/github/contributors/appujet/lavamusic.svg?style=for-the-badge
+[contributors-url]: https://github.com/appujet/lavamusic/graphs/contributors
+[forks-shield]: https://img.shields.io/github/forks/appujet/lavamusic.svg?style=for-the-badge
+[forks-url]: https://github.com/appujet/lavamusic/network/members
+[stars-shield]: https://img.shields.io/github/stars/appujet/lavamusic.svg?style=for-the-badge
+[stars-url]: https://github.com/appujet/lavamusic/stargazers
+[issues-shield]: https://img.shields.io/github/issues/appujet/lavamusic.svg?style=for-the-badge
+[issues-url]: https://github.com/appujet/lavamusic/issues
+[license-shield]: https://img.shields.io/github/license/appujet/lavamusic.svg?style=for-the-badge
+[license-url]: https://github.com/appujet/lavamusic/blob/master/LICENSE
[support-server]: https://discord.gg/PMpJnJaHmy
[support-shield]: https://img.shields.io/discord/942117923001098260.svg?style=for-the-badge&logo=discord&colorB=7289DA
diff --git a/docker-compose.yml b/docker-compose.yml
index c7be8b2c0..190bfa710 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -26,7 +26,7 @@ services:
lavamusic:
container_name: lavamusic
- image: ghcr.io/brblacky/lavamusic:main
+ image: ghcr.io/appujet/lavamusic:main
environment:
# Your lavalink url
- LAVALINK_URL=lavalink:2333
diff --git a/package.json b/package.json
index 8ebeed779..f9bfc4473 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/brblacky/lavamusic.git"
+ "url": "git+https://github.com/appujet/lavamusic.git"
},
"keywords": [
"discord",
@@ -30,9 +30,9 @@
"author": "blacky",
"license": "GPL-3.0",
"bugs": {
- "url": "https://github.com/brblacky/lavamusic/issues"
+ "url": "https://github.com/appujet/lavamusic/issues"
},
- "homepage": "https://github.com/brblacky/lavamusic#readme",
+ "homepage": "https://github.com/appujet/lavamusic#readme",
"devDependencies": {
"@types/better-sqlite3": "^7.6.9",
"@types/node": "^20.11.30",
@@ -64,4 +64,4 @@
"displayTimestamp": true,
"underlineLabel": true
}
-}
\ No newline at end of file
+}
diff --git a/replit.nix b/replit.nix
index e2ba81480..ef4af36b7 100644
--- a/replit.nix
+++ b/replit.nix
@@ -7,4 +7,4 @@
pkgs.nodePackages.typescript-language-server
pkgs.openssl
];
-}
\ No newline at end of file
+}
diff --git a/src/commands/info/About.ts b/src/commands/info/About.ts
index 9cf646191..70d0b77ae 100644
--- a/src/commands/info/About.ts
+++ b/src/commands/info/About.ts
@@ -59,12 +59,12 @@ export default class About extends Command {
.addFields([
{
name: 'Creator',
- value: '[Blacky#9125](https://github.com/brblacky)',
+ value: '[Blacky#9125](https://github.com/appujet)',
inline: true,
},
{
name: 'Repository',
- value: '[Here](https://github.com/brblacky/lavamusic)',
+ value: '[Here](https://github.com/appujet/lavamusic)',
inline: true,
},
{
diff --git a/src/commands/info/Help.ts b/src/commands/info/Help.ts
index 8a9d5331b..b18c58432 100644
--- a/src/commands/info/Help.ts
+++ b/src/commands/info/Help.ts
@@ -59,7 +59,7 @@ export default class Help extends Command {
.setColor(this.client.color.main)
.setTitle('Help Menu')
.setDescription(
- `Hey there! I'm ${this.client.user.username}, a music bot made with [Lavamusic](https://github.com/brblacky/lavamusic) and Discord. You can use \`${prefix}help \` to get more info on a command.`
+ `Hey there! I'm ${this.client.user.username}, a music bot made with [Lavamusic](https://github.com/appujet/lavamusic) and Discord. You can use \`${prefix}help \` to get more info on a command.`
)
.setFooter({
text: `Use ${prefix.prefix}help for more info on a command`,
diff --git a/src/utils/LavaLogo.txt b/src/utils/LavaLogo.txt
index 171c4510c..2684abb69 100644
--- a/src/utils/LavaLogo.txt
+++ b/src/utils/LavaLogo.txt
@@ -14,4 +14,4 @@
:*##################*=
.+######################*:
*#########################.
- .::::::::::::::::::::::::.
\ No newline at end of file
+ .::::::::::::::::::::::::.