From 103ee709b8228252afe1b241fbe60608085a32ba Mon Sep 17 00:00:00 2001 From: Jeff MacKinnon Date: Wed, 11 May 2022 17:22:27 -0300 Subject: [PATCH] ready for github --- bot.php | 4 ++-- readme.md | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bot.php b/bot.php index 7267b6f..ac6cc7b 100644 --- a/bot.php +++ b/bot.php @@ -3,8 +3,8 @@ include_once 'MastodonBotPHP/Mastodon.php'; /* The setup */ -$token = 'NeA2lgL7EeKQHoYcYAhOdBKtI4e9kDlrqB5f-V4kEUI'; // Token of your Mastodon welcome bot account -$base_url = 'https://bluenoser.me'; // URL of your instance (Do not include '/' at the end.) +$token = 'addtokenhere'; // Token of your Mastodon welcome bot account +$base_url = 'instanceURL'; // URL of your instance (Do not include '/' at the end.) $visibility = 'public'; // "Direct" means sending welcome message as a private message. The four tiers of visibility for toots are Public , Unlisted, Private, and Direct (default) $language = 'en'; // en for English, zh for Chinese, etc. diff --git a/readme.md b/readme.md index 5ca8dea..00e0582 100644 --- a/readme.md +++ b/readme.md @@ -13,8 +13,7 @@ Then you just need to add this to your theme: ``` {% if MASTODON_COMMENTS is sameas True %}

Click Here to Comment on Mastodon.

- - {% endif %} +{% endif %} ``` I need to make it prettier, but this is looking good so far.