Add commands and event handlers
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package events
|
||||
|
||||
import "github.com/bwmarrin/discordgo"
|
||||
|
||||
func OnMemberAdd(s *discordgo.Session, event *discordgo.GuildMemberAdd) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user