type StfuState struct {
// length of time to stfu for Length time.Duration// if the command is in cool down state IsCoolDown bool// length of cool down CoolDownLength time.Duration// the user to stfu User *discordgo.User// if the command is in use right now InUse bool
}