feat: leveling system refractor

This commit is contained in:
2026-03-17 15:54:17 +00:00
parent 8ba26f8bb9
commit 0f49c79567
18 changed files with 668 additions and 579 deletions
+2 -2
View File
@@ -6,12 +6,12 @@ import (
"github.com/bwmarrin/discordgo"
)
var HelpCommand = &discordgo.ApplicationCommand{
var Help = &discordgo.ApplicationCommand{
Name: "help",
Description: "Get help with the bot",
}
func HandleHelp(s *discordgo.Session, i *discordgo.InteractionCreate) {
func HelpHandler(s *discordgo.Session, i *discordgo.InteractionCreate) {
s.InteractionRespond(i.Interaction, &discordgo.InteractionResponse{
Type: discordgo.InteractionResponseChannelMessageWithSource,
Data: &discordgo.InteractionResponseData{