This commit is contained in:
Twentysix
2016-02-29 13:53:09 +01:00
parent e0aa5eb08a
commit 22514af4d9
6 changed files with 8 additions and 7 deletions

View File

@@ -21,10 +21,10 @@ class General:
"Don't count on it", "My reply is no", "My sources say no", "Outlook not so good", "Very doubtful"]
self.poll_sessions = []
@commands.command()
@commands.command(hidden=True)
async def ping(self):
"""Pong."""
self.bot.say("Pong.")
await self.bot.say("Pong.")
@commands.command()
async def choose(self, *choices):