fix source
This commit is contained in:
parent
c50d8cd0ba
commit
1306e367eb
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue