Added Fixed Sidenav implementation for guildnav

This commit is contained in:
Jeremy Zhang
2018-05-07 19:17:58 +00:00
parent 5da061a3d5
commit 2feec0e597
4 changed files with 66 additions and 32 deletions

View File

@ -11,6 +11,22 @@ QUERY_PARAMETERS = [
"description": "Instead of having the top channel as the first channel your users see, you may change it. Enable Discord's Developer mode in the Appearances tab of the User Settings and copy the channel ID. Here is a <a href=\"https://support.discordapp.com/hc/en-us/articles/206346498-Where-can-I-find-my-server-ID-\" target=\"_blank\">tutorial</a> on obtaining the channel ID.",
"example": "1234567890",
},
{
"name": "fixedsidenav",
"type": "boolean",
"description": "Always show the left server navigation sidebar on large screens.",
"example": "true",
"options": [
{
"name": "true",
"default": False,
},
{
"name": "false",
"default": True,
},
],
},
{
"name": "lang",
"type": "language",