add get_server for admin/mod settings for modset help

This commit is contained in:
Will Tekulve
2016-02-27 04:17:01 -05:00
parent bbcf52a3a5
commit fc073343e4
3 changed files with 16 additions and 1 deletions

View File

@@ -21,6 +21,11 @@ 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()
async def ping(self):
"""Pong."""
self.bot.say("Pong.")
@commands.command()
async def choose(self, *choices):
"""Chooses between multiple choices.