From 55f0b1eda96982882f62172286ddb60fc1eac1d0 Mon Sep 17 00:00:00 2001 From: Neo <65282986+Neoration@users.noreply.github.com> Date: Tue, 12 Apr 2022 08:10:04 +0900 Subject: [PATCH] discord: Added comments --- discord/command.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/discord/command.go b/discord/command.go index dc99a70..15722d9 100644 --- a/discord/command.go +++ b/discord/command.go @@ -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