From 1306e367eb2043895bf5e412d9ee56838a5256fe Mon Sep 17 00:00:00 2001 From: xfnw Date: Sun, 12 Jul 2020 20:54:25 +0000 Subject: [PATCH] fix source --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 109b41b..8d8a201 100755 --- a/bot.py +++ b/bot.py @@ -48,7 +48,7 @@ class Oven(pydle.Client): if msg == '!botlist': - await self.message(chan, 'helo im kim, a learning chatbot https://xfnw.ttm.sh/git/kim/') + await self.message(chan, 'helo im kim, a learning chatbot https://tildegit.org/xfnw/kim/') await self.parseCommand(chan, source, msg) for i in self.raw: await self.raw[i](self, chan, source, msg)