Compare commits
2 commits
b744401e79
...
7498969d2e
Author | SHA1 | Date | |
---|---|---|---|
7498969d2e | |||
ab8a77de14 |
2 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "wiki-postbot"
|
name = "wiki-postbot"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "Add posts to the wiki!"
|
description = "Add posts to the wiki!"
|
||||||
authors = ["sneakers-the-rat <JLSaunders987@gmail.com>"]
|
authors = ["sneakers-the-rat <JLSaunders987@gmail.com>"]
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
|
|
|
@ -55,7 +55,6 @@ class DiscordClient(Client):
|
||||||
|
|
||||||
async def on_disconnect(self):
|
async def on_disconnect(self):
|
||||||
self.logger.debug(f"wikibot disconnected!")
|
self.logger.debug(f"wikibot disconnected!")
|
||||||
await self.reply_channel.send("Wikibot disconnected!")
|
|
||||||
|
|
||||||
|
|
||||||
async def on_message(self, message:discord.message.Message):
|
async def on_message(self, message:discord.message.Message):
|
||||||
|
|
Loading…
Reference in a new issue