update attribution

This commit is contained in:
Kay Faraday 2024-08-08 22:00:30 +00:00
parent 60ede39d7c
commit 6f7cf3d0a4
1 changed files with 1 additions and 1 deletions

View File

@ -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, *_):