added ping command

This commit is contained in:
2024-02-20 17:28:58 +01:00
parent 10e57fe2a0
commit b6b2493b5c
5 changed files with 39 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ type Command struct {
ModalID string
}
var commands []Command = []Command{tag_command, short_get_tag_command, dadjoke_command}
var commands []Command = []Command{tag_command, short_get_tag_command, dadjoke_command, ping_command}
func ready(s *discordgo.Session, event *discordgo.Ready) {
for _, guild := range event.Guilds {