1
0
Fork 0
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:
Neo 2022-04-12 08:10:04 +09:00 committed by diamondburned
parent 9d8bdc6748
commit 55f0b1eda9
No known key found for this signature in database
GPG key ID: D78C4471CE776659

View file

@ -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