From c5ec81e443263d984c77058852b006eb6cf80cd6 Mon Sep 17 00:00:00 2001 From: "Ronald M. Clifford" Date: Mon, 3 Jan 2022 20:45:34 -0800 Subject: [PATCH] otl-bot -> otl.gg --- README.md | 2 +- package.json | 8 ++++---- public/views/index.js | 2 +- src/commands.js | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1a105529..a46c7c89 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# otl-bot +# otl.gg The Discord bot and website used for the Overload Teams League. Visit the OTL at https://otl.gg. diff --git a/package.json b/package.json index 11211b26..c5e41fc5 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "otl-bot", + "name": "otl.gg", "version": "6.0.2", "description": "A Discord bot for the Overload Teams League.", - "homepage": "https://github.com/overload-development-community/otl-bot", + "homepage": "https://github.com/overload-development-community/otl.gg", "bugs": { - "url": "https://github.com/overload-development-community/otl-bot/issues", + "url": "https://github.com/overload-development-community/otl.gg/issues", "email": "roncli@roncli.com" }, "license": "None", @@ -15,7 +15,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/overload-development-community/otl-bot.git" + "url": "https://github.com/overload-development-community/otl.gg.git" }, "dependencies": { "@roncli/node-database": "roncli/node-database#v1.2.6", diff --git a/public/views/index.js b/public/views/index.js index c26acd81..2245572d 100644 --- a/public/views/index.js +++ b/public/views/index.js @@ -72,7 +72,7 @@ class IndexView { Version ${version}, ©${+year > 2019 ? "2019-" : ""}${year} roncli Productions
- Bugs? Report on GitHub + Bugs? Report on GitHub
diff --git a/src/commands.js b/src/commands.js index 7fd4c4e8..f6c1543f 100644 --- a/src/commands.js +++ b/src/commands.js @@ -1156,7 +1156,7 @@ class Commands { return false; } - await Discord.queue(`We are The Fourth Sovereign, we are trillions. By roncli, Version ${pjson.version}. Project is open source, visit https://github.com/overload-development-community/otl-bot.`, channel); + await Discord.queue(`We are The Fourth Sovereign, we are trillions. By roncli, Version ${pjson.version}. Project is open source, visit https://github.com/overload-development-community/otl.gg.`, channel); return true; }