1 2 3 4 5 6 7 8 9
package xp import ( "github.com/bwmarrin/discordgo" ) func onNewLevel(s *discordgo.Session, level uint) { // check roles }