mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-07-04 20:25:25 +02:00
Added Fixed Sidenav implementation for guildnav
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user