Skip to content

Commit

Permalink
Godoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FedorLap2006 committed Jul 27, 2021
1 parent cb7f978 commit bbcc735
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interactions.go
Expand Up @@ -14,8 +14,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 bbcc735

Please sign in to comment.