diff --git a/kaybot.py b/kaybot.py index 8460b48..e1d2d60 100755 --- a/kaybot.py +++ b/kaybot.py @@ -10,7 +10,7 @@ with open('config.toml') as f: config = toml.load(f) pleroma = Mastodon(**config['creds']) -bot = PleromaBot(pleroma, about='I am a basic bot created by https://freak.university/@KayFaraday. I only run when summoned.') +bot = PleromaBot(pleroma, about='I am a basic bot created by https://cannibal.cafe/KayFaraday. I only run when summoned.') @bot.command def ping(notif, *_):