def handle_command_hhhpermission(message): botFunctions.commandPermissionChange(bot, message, 'hhhPermission', 'HHH Permission')
def handle_command_photopermission(message): botFunctions.commandPermissionChange(bot, message, 'photoPermission', 'Photo Permission')
def handle_command_stickerpermission(message): botFunctions.commandPermissionChange(bot, message, 'stickerPermission', 'Sticker Permission')
def handle_command_contactpermission(message): botFunctions.commandPermissionChange(bot, message, 'contactPermission', 'Contact Permission')
def handle_command_voicepermission(message): botFunctions.commandPermissionChange(bot, message, 'voicePermission', 'Voice Permission')
def handle_command_locationpermission(message): botFunctions.commandPermissionChange(bot, message, 'locationPermission', 'Location Permission')
def handle_command_textpermission(message): botFunctions.commandPermissionChange(bot, message, 'textPermission', 'Text Permission')
def handle_command_documentpermission(message): botFunctions.commandPermissionChange(bot, message, 'documentPermission', 'Document Permission')
def handle_command_videopermission(message): botFunctions.commandPermissionChange(bot, message, 'videoPermission', 'Video Permission')
def handle_command_audiopermission(message): botFunctions.commandPermissionChange(bot, message, 'audioPermission', 'Audio Permission')