Typo: sythetic -> synthetic
This commit is contained in:
parent
8d8906ce4b
commit
e36ed7520e
1 changed files with 3 additions and 3 deletions
|
@ -10,15 +10,15 @@ import (
|
||||||
//go:generate go run tools/cmd/eventhandlers/main.go
|
//go:generate go run tools/cmd/eventhandlers/main.go
|
||||||
|
|
||||||
// Connect is the data for a Connect event.
|
// Connect is the data for a Connect event.
|
||||||
// This is a sythetic event and is not dispatched by Discord.
|
// This is a synthetic event and is not dispatched by Discord.
|
||||||
type Connect struct{}
|
type Connect struct{}
|
||||||
|
|
||||||
// Disconnect is the data for a Disconnect event.
|
// Disconnect is the data for a Disconnect event.
|
||||||
// This is a sythetic event and is not dispatched by Discord.
|
// This is a synthetic event and is not dispatched by Discord.
|
||||||
type Disconnect struct{}
|
type Disconnect struct{}
|
||||||
|
|
||||||
// RateLimit is the data for a RateLimit event.
|
// RateLimit is the data for a RateLimit event.
|
||||||
// This is a sythetic event and is not dispatched by Discord.
|
// This is a synthetic event and is not dispatched by Discord.
|
||||||
type RateLimit struct {
|
type RateLimit struct {
|
||||||
*TooManyRequests
|
*TooManyRequests
|
||||||
URL string
|
URL string
|
||||||
|
|
Loading…
Reference in a new issue