continued porting to disgo

This commit is contained in:
2024-04-04 02:18:33 +02:00
parent 8579328ee4
commit 9738ab3901
12 changed files with 101 additions and 94 deletions

View File

@@ -1,5 +1,6 @@
package main
/*
import (
"github.com/bwmarrin/discordgo"
"github.com/sirupsen/logrus"
@@ -99,3 +100,4 @@ func inputStickyMessage(i *discordgo.InteractionCreate) {
}
}
}
*/