fixed guide, added feedback to user/about, fixed bugs on slowmode and softban
diff --git a/src/utils/confirmationMessage.ts b/src/utils/confirmationMessage.ts
index 8281ead..3226a43 100644
--- a/src/utils/confirmationMessage.ts
+++ b/src/utils/confirmationMessage.ts
@@ -31,6 +31,7 @@
     setEmoji(emoji: string) { this.emoji = emoji; return this }
     setDescription(description: string) { this.description = description; return this }
     setColor(color: string) { this.color = color; return this }
+    setInverted(inverted: boolean) { this.inverted = inverted; return this }
     addCustomCallback(title: string, disabled: boolean, callback: () => any, callbackClicked: string) {
         this.customButtonTitle = title;
         this.customButtonDisabled = disabled;