update attribution
This commit is contained in:
parent
60ede39d7c
commit
6f7cf3d0a4
|
@ -10,7 +10,7 @@ with open('config.toml') as f:
|
||||||
config = toml.load(f)
|
config = toml.load(f)
|
||||||
|
|
||||||
pleroma = Mastodon(**config['creds'])
|
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
|
@bot.command
|
||||||
def ping(notif, *_):
|
def ping(notif, *_):
|
||||||
|
|
Loading…
Reference in New Issue