feat: leveling system refractor
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user