Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

Commit 805c9c4

Browse files
author
jonas747
committed
remove easyjson, clean deps
1 parent b3c7630 commit 805c9c4

File tree

6 files changed

+1
-1895
lines changed

6 files changed

+1
-1895
lines changed

events.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import (
99
// handled by AddHandler/EventHandler.
1010
// DO NOT ADD ANYTHING BUT EVENT HANDLER STRUCTS TO THIS FILE.
1111
//go:generate go run tools/cmd/eventhandlers/main.go
12-
//go:generate easyjson -no_std_marshalers events.go
1312

1413
// Connect is the data for a Connect event.
1514
// This is a sythetic event and is not dispatched by Discord.
@@ -110,7 +109,6 @@ func (cp *ChannelPinsUpdate) GetChannelID() int64 {
110109
}
111110

112111
// GuildCreate is the data for a GuildCreate event.
113-
//easyjson:json
114112
type GuildCreate struct {
115113
*Guild
116114
}
@@ -264,7 +262,6 @@ type MessageReactionRemoveEmoji struct {
264262
type PresencesReplace []*Presence
265263

266264
// PresenceUpdate is the data for a PresenceUpdate event.
267-
//easyjson:json
268265
type PresenceUpdate struct {
269266
Presence
270267
GuildID int64 `json:"guild_id,string"`

0 commit comments

Comments
 (0)