mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-01-21 20:16:49 +00:00
discord: Added comments
This commit is contained in:
parent
9d8bdc6748
commit
55f0b1eda9
|
@ -59,6 +59,9 @@ type Command struct {
|
|||
Version Snowflake `json:"version,omitempty"`
|
||||
}
|
||||
|
||||
// Please refer to the documentation below for the languages available for localization.
|
||||
//
|
||||
// https://discord.com/developers/docs/reference#locales
|
||||
type Language string
|
||||
|
||||
type CommandLocales map[Language]string
|
||||
|
|
Loading…
Reference in a new issue