[Owner] Send confirmation on successful [p]contact

This commit is contained in:
Twentysix 2016-08-26 07:43:55 +02:00
parent f46cc20de7
commit 0efd7fa05c

View File

@ -485,6 +485,8 @@ class Owner:
await self.bot.say("Your message is too long.") await self.bot.say("Your message is too long.")
except: except:
await self.bot.say("I'm unable to deliver your message. Sorry.") await self.bot.say("I'm unable to deliver your message. Sorry.")
else:
await self.bot.say("Your message has been sent.")
@commands.command() @commands.command()
async def info(self): async def info(self):