예제 #1
0
def handle_command_hhhpermission(message):
    botFunctions.commandPermissionChange(bot, message, 'hhhPermission',
                                         'HHH Permission')
예제 #2
0
def handle_command_photopermission(message):
    botFunctions.commandPermissionChange(bot, message, 'photoPermission',
                                         'Photo Permission')
예제 #3
0
def handle_command_stickerpermission(message):
    botFunctions.commandPermissionChange(bot, message, 'stickerPermission',
                                         'Sticker Permission')
예제 #4
0
def handle_command_contactpermission(message):
    botFunctions.commandPermissionChange(bot, message, 'contactPermission',
                                         'Contact Permission')
예제 #5
0
def handle_command_voicepermission(message):
    botFunctions.commandPermissionChange(bot, message, 'voicePermission',
                                         'Voice Permission')
예제 #6
0
def handle_command_locationpermission(message):
    botFunctions.commandPermissionChange(bot, message, 'locationPermission',
                                         'Location Permission')
예제 #7
0
def handle_command_textpermission(message):
    botFunctions.commandPermissionChange(bot, message, 'textPermission',
                                         'Text Permission')
예제 #8
0
def handle_command_documentpermission(message):
    botFunctions.commandPermissionChange(bot, message, 'documentPermission',
                                         'Document Permission')
예제 #9
0
def handle_command_videopermission(message):
    botFunctions.commandPermissionChange(bot, message, 'videoPermission',
                                         'Video Permission')
예제 #10
0
def handle_command_audiopermission(message):
    botFunctions.commandPermissionChange(bot, message, 'audioPermission',
                                         'Audio Permission')