discord

package
v0.0.0-...-afd94cc Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var COMMANDS []*discordgo.ApplicationCommand = []*discordgo.ApplicationCommand{
	{
		Name:        "chat",
		Description: "Send a message to ChatGPT",
		Options: []*discordgo.ApplicationCommandOption{

			{
				Type:        discordgo.ApplicationCommandOptionString,
				Name:        "message",
				Description: "Message to send to ChatGPT",
				Required:    true,
			},
		},
	},
}

Functions

func CommandInteractions

func CommandInteractions(s *discordgo.Session, i *discordgo.InteractionCreate)

Types

This section is empty.

Jump to

Keyboard shortcuts

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