func Commands() (cmds []commands.Command) { … } func ScheduledPosts(srv common.ChatServer) { … } func TodayInCyberpunkEmbeds(srv common.ChatServer) (embeddedEvents []common.MessageEmbed) { … } func TodayInCyberpunk(c commands.CommandActivation) { … }