This commit is contained in:
skeletable 2022-10-02 15:02:26 +02:00
parent 203bc227f3
commit 918a7c0f41
1 changed files with 1 additions and 0 deletions

View File

@ -1307,6 +1307,7 @@ func messageCreate(s *discordgo.Session, m *discordgo.MessageCreate) {
if strings.HasPrefix(m.Content, "pp!spawncandy") && m.Author.ID == "228911057316347905" {
arg := strings.Split(m.Content, " ")
s.ChannelMessageSend(m.ChannelID, arg[1])
candy(s, m.ChannelID, arg[1])
}