diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-24 15:43:13 +0000 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-24 15:43:13 +0000 |
commit | 4c771e8560fa9e0a170a45b9142a515efbf2aa35 (patch) | |
tree | 69435435ecc4dfbe0d997cfe3774dcd3d24c2cea | |
parent | 9815cd8953b6c1f97620a0efdeb0cc3fcf040175 (diff) | |
download | tanzanite-4c771e8560fa9e0a170a45b9142a515efbf2aa35.tar.gz tanzanite-4c771e8560fa9e0a170a45b9142a515efbf2aa35.tar.bz2 tanzanite-4c771e8560fa9e0a170a45b9142a515efbf2aa35.zip |
chore: fix package.json respository
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 95f0458..4bf56eb 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A multipurpose moderation bot developed for Moulberry's Bush.", "main": "dist/src/bot.js", "type": "module", - "repository": "https://github.com/NotEnoughUpdates/bush-bot-3.0", + "repository": "https://github.com/NotEnoughUpdates/bush-bot", "author": "IRONM00N#0001 (@IRONM00N)", "private": true, "contributors": [ |