Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.57 KB | None | 0 0
  1. {
  2.     "Application Configuration Commands": {
  3.         "config (alias: configuration)":"Main command for easily getting started on creating applications",
  4.         "app (alias: application)":"Main command for advanced application editing - Subcommands shown below",
  5.         "app list":"List of positions/applications (Members can also use this command)",
  6.         "app edit <app>":"Edit an application with the provided name",
  7.         "app create <num-of-qns> <app>":"Creates an application with the given name and number of questions",
  8.         "app delete <app>":"Deletes the provided application",
  9.         "app close <app>":"Closes an application without deleting it",
  10.         "app open <app>":"Opens a closed application",
  11.         "blacklist <role>":"Prevent members with the provided role from applying.",
  12.         "whitelist <role>":"Allow members with the provided role to apply again"
  13.     },
  14.     "Reviewing Applications": {
  15.         "review <member> (alias: view)":"Reviews an application of the provided member",
  16.         "apps (alias applications)":"A list of unreviewed member applications",
  17.         "clearapps":"Clears all applications submitted by members. This can also clear possible bugged applications."
  18.     },
  19.     "Bot Customization": {
  20.         "setrole <role> (Admin only)":"Sets a role that allows anyone with it to edit and review applications",
  21.         "setlog <channel>":"Sets a channel to log all application-related actions",
  22.         "prefix":"Main command to configure prefixes for the bot",
  23.         "prefix list":"List of prefixes for the bot (Members can also use this command)",
  24.         "prefix set <prefix>":"Sets a single prefix for the bot",
  25.         "prefix add <prefix>":"Adds a prefix to the list of usable prefixes",
  26.         "prefix remove <prefix>":"Removes a prefix from the list of usable prefixes"
  27.     },
  28.     "Other Commands": {
  29.         "reset (Admin only)":"Resets the bot to as if you just added it. This can also be used to wipe all bugs.",
  30.         "about (aliases: info, information)":"General information about the bot",
  31.         "invite": "Command to retrieve the bot invite to share with friends",
  32.         "ping": "Get the bot's response time"
  33.     },
  34.     "Member Commands": {
  35.         "apply": "Apply for a position in the server",
  36.         "edit": "Edit a submitted application's answers",
  37.         "delete": "Delete a submitted application",
  38.         "format": "View the format of the server's application(s)",
  39.         "app list (alias: application list)": "List of jobs to apply for",
  40.         "prefix list": "List of prefixes for the server"
  41.     }
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement