diff options
| author | max2323madcity <[email protected]> | 2024-11-22 01:40:03 +0000 |
|---|---|---|
| committer | max2323madcity <[email protected]> | 2024-11-22 01:40:03 +0000 |
| commit | 8f59e120a5823a53c600b1d1023f0ff8fe4ea79d (patch) | |
| tree | 3b4107c57f8da0cc9be285df12c1c1cf395cd6c0 /commands/admin | |
| parent | 5229195381f1b2f686b4bd48a7410b5c9b456729 (diff) | |
| download | yuzaki-main.tar.xz yuzaki-main.zip | |
Diffstat (limited to 'commands/admin')
| -rw-r--r-- | commands/admin/purge.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/admin/purge.go b/commands/admin/purge.go index 46b6068..b04236d 100644 --- a/commands/admin/purge.go +++ b/commands/admin/purge.go @@ -10,6 +10,7 @@ import ( "github.com/bwmarrin/discordgo" ) + func PurgeChat(s *discordgo.Session, i *discordgo.InteractionCreate) { err := s.InteractionRespond(i.Interaction, &discordgo.InteractionResponse{ Type: discordgo.InteractionResponseDeferredChannelMessageWithSource, |
