diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-09-11 13:43:07 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-09-11 13:43:07 +0200 |
| commit | 83d07520ac4a3e2a82d11435ca5af4e24fea1a7c (patch) | |
| tree | 286ac8b1f6973644086f40dfdbc7c2c88b826a55 /main.go | |
| parent | ad8f65fec5c7e1e0ec0b3d4e992ffc67a0357661 (diff) | |
build(gokord): upgrade to latest nightly
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -68,7 +68,7 @@ func main() { topCmd := cmd.New("top", "Copaings les plus actifs"). SetHandler(commands.Top) - resetCmd := cmd.New("reset", "Reset l'xp"). + /*resetCmd := cmd.New("reset", "Reset l'xp"). SetHandler(commands.Reset). SetPermission(&adm) @@ -82,7 +82,7 @@ func main() { SetPermission(&adm) creditsCmd := cmd.New("credits", "Crédits"). - SetHandler(commands.Credits) + SetHandler(commands.Credits)*/ statsCmd := cmd.New("stats", "Affiche des stats :D"). AddOption(cmd.NewOption( @@ -126,9 +126,9 @@ func main() { rankCmd, configCmd, topCmd, - resetCmd, + /*resetCmd, resetUserCmd, - creditsCmd, + creditsCmd,*/ statsCmd, }, AfterInit: func(dg *discordgo.Session) { |
