From fd692c4df7b566471f5b7281b11a6ed56bc4b120 Mon Sep 17 00:00:00 2001 From: Davide Depau Date: Sat, 23 Jun 2018 19:22:11 +0200 Subject: [PATCH] Update help text --- callmebyyourbot/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/callmebyyourbot/__init__.py b/callmebyyourbot/__init__.py index 5c79c37..8c43f64 100644 --- a/callmebyyourbot/__init__.py +++ b/callmebyyourbot/__init__.py @@ -23,10 +23,10 @@ HASHTAGS = { } HELP_TEXT = """A bot that sends a picture of Elio whenever somebody types #TeamElio -Made with ❤ by @Depaulicious 🏳️‍🌈 +Made with ❤ by @DepauTM 🏳️‍🌈 -Source code: https://git.depau.eu/Depaulicious/CallMeByYourBot -Based on DepyTG: https://github.com/Depaulicious/DepyTG""" +Source code: https://git.depau.eu/Depau/CallMeByYourBot +Based on DepyTG: https://github.com/Depau/DepyTG""" def send_help(token: AnyStr, msg: types.Message):