feat: add anti revoke command
This commit is contained in:
12 files changed
+98
-23
No files matched your search
@@ -15,7 +15,6 @@ import com.google.gson.GsonBuilder
|
||||
val gson: Gson = GsonBuilder()
|
||||
.setPrettyPrinting()
|
||||
.disableHtmlEscaping()
|
||||
.serializeNulls()
|
||||
.create()
|
||||
|
||||
const val ROOT_PATH = "./data"
|
||||
|
||||
Reference in New Issue
Block a user