Started working on --silent flag

This commit is contained in:
DJj123dj
2025-04-04 22:40:15 +02:00
parent 9414b96221
commit 376fa23288
4 changed files with 30 additions and 22 deletions
+1
View File
@@ -15,4 +15,5 @@ export const loadAllFlags = async () => {
opendiscord.flags.add(new api.ODFlag("opendiscord:force-slash-update","Force Slash Update","Force update all slash commands.","--force-slash",["-fs"]))
opendiscord.flags.add(new api.ODFlag("opendiscord:no-compile","No Compile","Disable compilation of plugins & bot before starting.","--no-compile",[]))
opendiscord.flags.add(new api.ODFlag("opendiscord:compile-only","Compile Only","This description will never be shown because the bot wouldn't run when this flag is enabled :)","--compile-only",[]))
opendiscord.flags.add(new api.ODFlag("opendiscord:silent","Silent Mode","Run the bot without displaying logs. The startscreen will still be displayed.","--silent",[]))
}