From e3b4a1e606a117554bc85ced00bcf9cfe5f50285 Mon Sep 17 00:00:00 2001
From: "Glitch (adventurous-damselfly)"
Date: Wed, 26 Feb 2020 22:34:59 +0000
Subject: =?UTF-8?q?=F0=9F=90=86=F0=9F=8E=BF=20Updated=20with=20Glitch?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
bot.js | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/bot.js b/bot.js
index f28aa1b..800a2c5 100644
--- a/bot.js
+++ b/bot.js
@@ -16,8 +16,9 @@ const bot = new Composer();
bot.command('/start', async ({ from, replyWithMarkdown, botInfo }) =>
replyWithMarkdown(`Hi *${from.first_name || from.username}*!
To shitpost, type @${botInfo.username} and type the text you want to overlay over crab rave.
-This was made by @boringcactus in one afternoon when she was bored.
-This bot isn't super reliable but the source is at https://glitch.com/edit/#!/${process.env.PROJECT_DOMAIN}`));
+This was originally made by @boringcactus in one afternoon when she was bored.
+This bot isn't super reliable but the source is at https://glitch.com/edit/#!/${process.env.PROJECT_DOMAIN},
+and you can use this bot from the Web at https://${process.env.PROJECT_DOMAIN}.glitch.me/`));
// styles
const STYLES = {
@@ -104,7 +105,8 @@ module.exports = {