Added options for stats channels, moderation command buttons and fixed the updating of stats channels
diff --git a/src/config/default.json b/src/config/default.json
index 2f95e94..93b571f 100644
--- a/src/config/default.json
+++ b/src/config/default.json
@@ -15,11 +15,6 @@
             "words": {
                 "strict": [],
                 "loose": []
-            },
-            "allowed": {
-                "users": [],
-                "roles": [],
-                "channels": []
             }
         },
         "invite": {
@@ -33,21 +28,11 @@
         "pings": {
             "mass": 5,
             "everyone": true,
-            "roles": true,
-            "allowed": {
-                "roles": [],
-                "rolesToMention": [],
-                "users": [],
-                "channels": []
-            }
+            "roles": true
         }
     },
     "welcome": {
         "enabled": false,
-        "verificationRequired": {
-            "message": null,
-            "role": null
-        },
         "welcomeRole": null,
         "channel": null,
         "message": null
@@ -57,12 +42,7 @@
         "logs": {
             "enabled": true,
             "channel": null,
-            "toLog": "3fffff",
-            "ignore": {
-                "users": [],
-                "roles": [],
-                "channels": []
-            }
+            "toLog": "3fffff"
         },
         "staff": {
             "channel": null
@@ -107,8 +87,9 @@
             "text": null,
             "link": null
         },
-        "role": {
-            "role": null
+        "nickname": {
+            "text": null,
+            "link": null
         }
     },
     "tracks": [],
diff --git a/src/config/emojis.json b/src/config/emojis.json
index 7024a73..49c2b27 100644
--- a/src/config/emojis.json
+++ b/src/config/emojis.json
@@ -144,28 +144,28 @@
     "PUNISH": {
         "WARN": {
             "RED": "947433493384806430",
-            "GREEN": "947433504076091424",
-            "YELLOW": "729764054897524768"
+            "YELLOW": "729764054897524768",
+            "GREEN": "947433504076091424"
         },
         "KICK": {
             "RED": "729764053794422896",
-            "GREEN": "947428786692042764",
-            "YELLOW": "947429333289562132"
+            "YELLOW": "947429333289562132",
+            "GREEN": "947428786692042764"
         },
         "BAN": {
             "RED": "729764053861400637",
-            "GREEN": "947421674364629022",
-            "YELLOW": "729764053941223476"
+            "YELLOW": "729764053941223476",
+            "GREEN": "947421674364629022"
         },
         "UNBAN": {
-            "GREEN": "729263536840114216",
+            "RED": "972511610885255259",
             "YELLOW": "972511620343414794",
-            "RED": "972511610885255259"
+            "GREEN": "729263536840114216"
         },
         "MUTE": {
             "RED": "947555098974883910",
-            "GREEN": "947555107980066866",
-            "YELLOW": "729764053865463840"
+            "YELLOW": "729764053865463840",
+            "GREEN": "947555107980066866"
         },
         "SOFTBAN": "729764053941223476",
         "VOICEMUTE": "729764054855450697",