This commit is contained in:
root
2026-05-12 19:38:23 +07:00
commit 7ad5e58ffa
15 changed files with 125548 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
// Configuration for the bot
export const config = {
verbose: process.argv.includes('-v') || process.argv.includes('--verbose'),
};