Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cryptogenic/REBot
/ types & classes
Types & classes
6 in github.com/Cryptogenic/REBot
⨍
Functions
36
◇
Types & classes
6
Struct
Command
Represents a command - each command must have it's own unique Command object
commands.go:18
Struct
Info
Each definition follows a JSON-object format, specified by "Info"
dictionary.go:12
TypeAlias
StrList
The "StrList" custom type allows us to add our own functions to it
main.go:15
Struct
cmdArguments
Packs command arguments into one struct to avoid unused argument warnings
commands.go:8
FuncType
cmdHandler
All command handlers will use this signature for consistency
commands.go:15
Struct
embedField
Used to define an embed field to pass to discordSendEmbeddedMsg().
utils.go:25