aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-04-15 16:12:19 +0200
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-04-15 16:12:19 +0200
commit9e6a5ce1d37d07e22383e2f6507117cc8e6ff85c (patch)
tree7fae4d58183da89f9f1517d5a1852d63043785c1 /main.go
parentbeb0ea0ca44c96083a2ba2f683accc68ad30f1b1 (diff)
feat(level): update roles on new level
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.go b/main.go
index adc2e1c..ac725e4 100644
--- a/main.go
+++ b/main.go
@@ -64,8 +64,7 @@ func main() {
"RĂ´le",
).IsRequired()).
SetHandler(commands.ConfigXP),
- ).
- SetHandler(commands.Config)
+ )
bot := gokord.Bot{
Token: token,