fix source

This commit is contained in:
xfnw 2020-07-12 20:54:25 +00:00
parent c50d8cd0ba
commit 1306e367eb

2
bot.py
View file

@ -48,7 +48,7 @@ class Oven(pydle.Client):
if msg == '!botlist': 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) await self.parseCommand(chan, source, msg)
for i in self.raw: for i in self.raw:
await self.raw[i](self, chan, source, msg) await self.raw[i](self, chan, source, msg)