Documentation ¶
Index ¶
- func OwnerAnko(ctx *sapphire.CommandContext)
- func OwnerDBPing(ctx *sapphire.CommandContext)
- func OwnerDBStats(ctx *sapphire.CommandContext)
- func OwnerEval(ctx *sapphire.CommandContext)
- func OwnerExec(ctx *sapphire.CommandContext)
- func OwnerLua(ctx *sapphire.CommandContext)
- func OwnerSQL(ctx *sapphire.CommandContext)
- func OwnerSetAvatar(ctx *sapphire.CommandContext)
- func OwnerShutdown(ctx *sapphire.CommandContext)
- func OwnerStarlark(ctx *sapphire.CommandContext)
- func OwnerSudo(ctx *sapphire.CommandContext)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OwnerAnko ¶
func OwnerAnko(ctx *sapphire.CommandContext)
Evaluates arbitrary Anko Usage: <code:string...>
func OwnerDBPing ¶
func OwnerDBPing(ctx *sapphire.CommandContext)
Pings the database. aliases: pingdb
func OwnerDBStats ¶
func OwnerDBStats(ctx *sapphire.CommandContext)
View statistics about the database.
func OwnerEval ¶
func OwnerEval(ctx *sapphire.CommandContext)
Evaluates arbitrary JavaScript. Usage: <code:string...> Aliases: ev
func OwnerExec ¶
func OwnerExec(ctx *sapphire.CommandContext)
Executes shell commands. Usage: <command:string...>
func OwnerLua ¶
func OwnerLua(ctx *sapphire.CommandContext)
Evaluates arbitrary lua. Usage: <code:string...>
func OwnerSQL ¶
func OwnerSQL(ctx *sapphire.CommandContext)
Execute some SQL queries. Usage: <query:string...>
func OwnerSetAvatar ¶
func OwnerSetAvatar(ctx *sapphire.CommandContext)
Sets the bot's avatar. Usage: <avatar:string> Aliases: setav, changeavatar, changeav
func OwnerShutdown ¶
func OwnerShutdown(ctx *sapphire.CommandContext)
Shuts down the bot. Aliases: reboot
func OwnerStarlark ¶
func OwnerStarlark(ctx *sapphire.CommandContext)
Evaluates Arbitrary Python Usage: <code:string...> Aliases: py, python, sl
func OwnerSudo ¶
func OwnerSudo(ctx *sapphire.CommandContext)
Run a command as another user. Usage: <@user> <command:string> [args:string...]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.