Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DiscordCmd = common.NewDiveCommandBuilder().
SetUse("discord").
SetShort("Opens DIVE discord channel").
SetLong(`The command opens the Discord channel for DIVE, providing a direct link or launching the Discord application to access the dedicated DIVE community. It allows users to engage in discussions, seek support, share insights, and collaborate with other members of the DIVE community within the Discord platform.`).
SetRun(discord).Build()
View Source
var TwitterCmd = common.NewDiveCommandBuilder().
SetUse("twitter").
SetShort("Opens official HugoByte twitter home page").
SetLong(`The command opens the official HugoByte Twitter homepage. It launches a web browser and directs users to the designated Twitter profile of HugoByte, providing access to the latest updates, announcements, news, and insights
shared by the official HugoByte Twitter account. Users can stay informed about HugoByte's activities, engage with the
community, and follow our social media presence directly from the Twitter homepage.`,
).
SetRun(twitter).Build()
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.