Skip to content

Commit

Permalink
Godoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FedorLap2006 committed Aug 6, 2021
1 parent dd1f888 commit 63fea10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interactions.go
Expand Up @@ -15,8 +15,10 @@ import (
// InteractionDeadline is the time allowed to respond to an interaction.
const InteractionDeadline = time.Second * 3

// ApplicationCommandType represents the type of application command.
type ApplicationCommandType uint8

// Application command types
const (
// ChatApplicationCommand is default command type. They are slash commands (i.e. called directly from the chat).
ChatApplicationCommand ApplicationCommandType = 1
Expand Down

0 comments on commit 63fea10

Please sign in to comment.