Documentation ¶ Index ¶ func EmbedTemplate() *discord.Embed func FooterText() string func TimeIn(t time.Time, name string) (time.Time, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func EmbedTemplate ¶ func EmbedTemplate() *discord.Embed EmbedTemplate returns the basic template for an Embed func FooterText ¶ func FooterText() string FooterText returns the text for the Embed Footer func TimeIn ¶ func TimeIn(t time.Time, name string) (time.Time, error) TimeIn returns the time in UTC if the name is "" or "UTC". It returns the local time if the name is "Local". Otherwise, the name is taken to be a location name in the IANA Time Zone database, such as "Africa/Lagos". Types ¶ This section is empty. Source Files ¶ View all Source files helpers.go Click to show internal directories. Click to hide internal directories.