Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SortChoices = []*discordgo.ApplicationCommandOptionChoice{
{
Name: "Name",
Value: "name",
},
{
Name: "Length",
Value: "length",
},
{
Name: "Date Created",
Value: "createdon",
},
{
Name: "Complexity",
Value: "complexity",
},
{
Name: "Difficulty",
Value: "difficulty",
},
{
Name: "Used In",
Value: "usedin",
},
{
Name: "Creator",
Value: "creator",
},
{
Name: "ID",
Value: "id",
},
{
Name: "Tree Size",
Value: "treesize",
},
{
Name: "Color",
Value: "color",
},
{
Name: "Found",
Value: "found",
},
}
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.