|
848 | 848 | "usable_by": "everyone", |
849 | 849 | "disabled": false, |
850 | 850 | "bugged": false |
| 851 | + }, |
| 852 | + "howgay": { |
| 853 | + "name": "Gay Rating", |
| 854 | + "description": "See the gay percentage of a person!", |
| 855 | + "type": "fun", |
| 856 | + "cooldown": null, |
| 857 | + "args": null, |
| 858 | + "usable_by": "everyone", |
| 859 | + "disabled": false, |
| 860 | + "bugged": false |
| 861 | + }, |
| 862 | + "serverconfig autorole": { |
| 863 | + "name": "ServerConfig Autorole", |
| 864 | + "description": "Set a role to provide to all newly-joined members of the server.", |
| 865 | + "type": "serverconfig", |
| 866 | + "cooldown": null, |
| 867 | + "args": ["role (leave blank to disable)"], |
| 868 | + "usable_by": "moderators with `manage guild` permissions", |
| 869 | + "disabled": false, |
| 870 | + "bugged": false |
| 871 | + }, |
| 872 | + "serverconfig levelup_override_channel": { |
| 873 | + "name": "ServerConfig Level-up Override Channel", |
| 874 | + "description": "Set a server channel to send level-up messages to, instead of DMs.", |
| 875 | + "type": "serverconfig", |
| 876 | + "cooldown": null, |
| 877 | + "args": ["channel (leave blank to disable)"], |
| 878 | + "usable_by": "moderators with `manage guild` permissions", |
| 879 | + "disabled": false, |
| 880 | + "bugged": false |
| 881 | + }, |
| 882 | + "serverconfig enable_verification": { |
| 883 | + "name": "ServerConfig Enable Verification", |
| 884 | + "description": "Enable new member verification for this server.", |
| 885 | + "type": "serverconfig", |
| 886 | + "cooldown": null, |
| 887 | + "args": ["verified_role"], |
| 888 | + "usable_by": "server admins", |
| 889 | + "disabled": false, |
| 890 | + "bugged": false |
| 891 | + }, |
| 892 | + "serverconfig disable_verification": { |
| 893 | + "name": "ServerConfig Disable Verification", |
| 894 | + "description": "Disable new member verification for this server.", |
| 895 | + "type": "serverconfig", |
| 896 | + "cooldown": null, |
| 897 | + "args": null, |
| 898 | + "usable_by": "server admins", |
| 899 | + "disabled": false, |
| 900 | + "bugged": false |
| 901 | + }, |
| 902 | + "start_verification": { |
| 903 | + "name": "Start Verification", |
| 904 | + "description": "Start your verification process in the server. (SERVER-ONLY)", |
| 905 | + "type": "general utilities", |
| 906 | + "cooldown": null, |
| 907 | + "args": null, |
| 908 | + "usable_by": "everyone", |
| 909 | + "disabled": false, |
| 910 | + "bugged": false |
| 911 | + }, |
| 912 | + "verify": { |
| 913 | + "name": "Verify", |
| 914 | + "description": "Enter your one-time verification code to verify membership in a server. (DM-ONLY)", |
| 915 | + "type": "general utilities", |
| 916 | + "cooldown": null, |
| 917 | + "args": null, |
| 918 | + "usable_by": "everyone (in DMs)", |
| 919 | + "disabled": false, |
| 920 | + "bugged": false |
851 | 921 | } |
852 | 922 | } |
0 commit comments