Documentation ¶
Index ¶
- Constants
- func InitAllModules(botLogger *common.ExtendedLogger, cfg *common.BotConfig, state *state.State)
- func NickOrUsername(nick, username string) string
- func Normalize(str string) string
- func NormalizeNickname(gid discord.GuildID, uid discord.UserID, nick string) bool
- func UpdateScamTitles()
- type Replacement
Constants ¶
View Source
const ( JustAsk = "https://dontasktoask.com/" CheckThePins = "<a:checkpins:859804429536198676>" MentionHelp = "Rule 9: Don't dm or mention for support" ElaborateHelp = "We can't help you if you don't tell us your issue. " InstallPlugins = "https://aliucord.com/files/tut/InstallPlugins.mp4" // people would rather watch a video than opening the docu so InstallThemes = "https://aliucord.com/files/tut/InstallThemes.mp4" // ven owes me a million dollars, now with themer install CreateThemes = "Read this documentation: https://github.com/Aliucord/documentation/tree/main/theme-dev" ThemeSounds = "https://aliucord.com/files/tut/ThemeSounds.mp4" // sounds // GetSound = "https://cdn.discordapp.com/attachments/875213883776847873/1007312170868019210/20220811_103613.mp4" FullTransparency = "" /* 259-byte string literal not displayed */ SearchThemes = "Check <#824357609778708580> and search on there, maybe there's the theme you want" AliuCrash = "" /* 215-byte string literal not displayed */ FreeNitro = "" /* 240-byte string literal not displayed */ Usage = "Go to the plugin's repository and read the readme. Chances are the dev added a description." BetterInternet = "" /* 132-byte string literal not displayed */ PluginDownloader = "" /* 153-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func InitAllModules ¶
func NickOrUsername ¶
func NormalizeNickname ¶
func UpdateScamTitles ¶
func UpdateScamTitles()
Types ¶
type Replacement ¶
type Replacement struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.