pingpong

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 27, 2022 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Command = &discordac.AppliedCommand{
	Specification: &discordgo.ApplicationCommand{
		Name:        "ping",
		Description: "Ping Pong Command",
		Type:        discordgo.ChatApplicationCommand,
	},
	Handler: func(cc *discordac.CommandContext) {
		cc.Respond("Pong!")
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL