Compare commits

..

No commits in common. "7498969d2e9865322659bdec89ccfd351a406fa5" and "b744401e792418b7ed75bb4ec85f4ef4247c092c" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "wiki-postbot"
version = "0.1.1"
version = "0.1.0"
description = "Add posts to the wiki!"
authors = ["sneakers-the-rat <JLSaunders987@gmail.com>"]
license = "GPL-3.0"

View file

@ -55,6 +55,7 @@ class DiscordClient(Client):
async def on_disconnect(self):
self.logger.debug(f"wikibot disconnected!")
await self.reply_channel.send("Wikibot disconnected!")
async def on_message(self, message:discord.message.Message):