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 %}
- - {% endif %} +{% endif %} ``` I need to make it prettier, but this is looking good so far.