def cmd_info(self, message, author, server):
"""
Usage: {command_prefix}info
Sends a whole buncha info pertaining to the bot to the chat!
"""
return Response(
'I was coded by SexualRhinoceros and modified by MattBSG. I am currently on v{} ! \nFor documentation on my commands or info on how to get my in your'
' server, check out this link! {}'.format(VERSION, DOCUMENTATION_FOR_BOT), reply=True)
# async def cmd_donate(self, message, author, server):
# """
# Usage: {command_prefix}donate
# Sends a whole buncha info pertaining to rhino's patreon to the chat!
# """
# return Response('Thanks for considering donating! If you want to support me monthly, check out my'
# ' Patreon here\n\t{}\nor for one time, you can find my paypal here\n\t{}'
# ''.format(RHINO_PATREON, RHINO_STREAMTIP),
# reply=True)
评论列表
文章目录