From af999919db48ce9c3cb07904a4b87b8c06c0d594 Mon Sep 17 00:00:00 2001 From: janderedev Date: Sat, 22 Jan 2022 20:21:57 +0100 Subject: [PATCH] monorepo timeeeee --- Dockerfile => bot/Dockerfile | 0 README.md => bot/README.md | 0 package.json => bot/package.json | 0 {src => bot/src}/bot/commands/ban.ts | 0 {src => bot/src}/bot/commands/bot_managers.ts | 0 {src => bot/src}/bot/commands/botadm.ts | 0 {src => bot/src}/bot/commands/botctl.ts | 0 {src => bot/src}/bot/commands/debug.ts | 0 {src => bot/src}/bot/commands/eval.ts | 0 {src => bot/src}/bot/commands/help.ts | 0 {src => bot/src}/bot/commands/kick.ts | 0 {src => bot/src}/bot/commands/moderator.ts | 0 {src => bot/src}/bot/commands/ping.ts | 0 {src => bot/src}/bot/commands/prefix.ts | 0 {src => bot/src}/bot/commands/purge.ts | 0 {src => bot/src}/bot/commands/settings.ts | 0 {src => bot/src}/bot/commands/shell_eval.ts | 0 {src => bot/src}/bot/commands/test.ts | 0 {src => bot/src}/bot/commands/unban.ts | 0 {src => bot/src}/bot/commands/warn.ts | 0 {src => bot/src}/bot/commands/warns.ts | 0 {src => bot/src}/bot/commands/whitelist.ts | 0 {src => bot/src}/bot/db.ts | 0 {src => bot/src}/bot/logger.ts | 0 {src => bot/src}/bot/logging.ts | 0 {src => bot/src}/bot/modules/antispam.ts | 0 {src => bot/src}/bot/modules/command_handler.ts | 0 {src => bot/src}/bot/modules/custom_rules/actions/delete.ts | 0 {src => bot/src}/bot/modules/custom_rules/actions/sendMessage.ts | 0 {src => bot/src}/bot/modules/custom_rules/actions/warn.ts | 0 {src => bot/src}/bot/modules/custom_rules/custom_rules.ts | 0 .../src}/bot/modules/custom_rules/message_content_trigger.ts | 0 {src => bot/src}/bot/modules/event_handler.ts | 0 {src => bot/src}/bot/modules/mod_logs.ts | 0 {src => bot/src}/bot/modules/prepare_message.ts | 0 {src => bot/src}/bot/modules/tempbans.ts | 0 {src => bot/src}/bot/modules/user_scan.ts | 0 {src => bot/src}/bot/util.ts | 0 {src => bot/src}/index.ts | 0 {src => bot/src}/struct/AutomodClient.ts | 0 {src => bot/src}/struct/Command.ts | 0 {src => bot/src}/struct/CommandCategory.ts | 0 {src => bot/src}/struct/LogConfig.ts | 0 {src => bot/src}/struct/LogMessage.ts | 0 {src => bot/src}/struct/MessageCommandContext.ts | 0 {src => bot/src}/struct/ScannedUser.ts | 0 {src => bot/src}/struct/ServerConfig.ts | 0 {src => bot/src}/struct/TempBan.ts | 0 {src => bot/src}/struct/antispam/AntispamRule.ts | 0 {src => bot/src}/struct/antispam/AutomodSettings.ts | 0 {src => bot/src}/struct/antispam/CustomRule.ts | 0 {src => bot/src}/struct/antispam/CustomRuleAction.ts | 0 {src => bot/src}/struct/antispam/CustomRuleTrigger.ts | 0 {src => bot/src}/struct/antispam/Infraction.ts | 0 {src => bot/src}/struct/antispam/InfractionType.ts | 0 {src => bot/src}/struct/antispam/ModerationAction.ts | 0 tsconfig.json => bot/tsconfig.json | 0 yarn.lock => bot/yarn.lock | 0 58 files changed, 0 insertions(+), 0 deletions(-) rename Dockerfile => bot/Dockerfile (100%) rename README.md => bot/README.md (100%) rename package.json => bot/package.json (100%) rename {src => bot/src}/bot/commands/ban.ts (100%) rename {src => bot/src}/bot/commands/bot_managers.ts (100%) rename {src => bot/src}/bot/commands/botadm.ts (100%) rename {src => bot/src}/bot/commands/botctl.ts (100%) rename {src => bot/src}/bot/commands/debug.ts (100%) rename {src => bot/src}/bot/commands/eval.ts (100%) rename {src => bot/src}/bot/commands/help.ts (100%) rename {src => bot/src}/bot/commands/kick.ts (100%) rename {src => bot/src}/bot/commands/moderator.ts (100%) rename {src => bot/src}/bot/commands/ping.ts (100%) rename {src => bot/src}/bot/commands/prefix.ts (100%) rename {src => bot/src}/bot/commands/purge.ts (100%) rename {src => bot/src}/bot/commands/settings.ts (100%) rename {src => bot/src}/bot/commands/shell_eval.ts (100%) rename {src => bot/src}/bot/commands/test.ts (100%) rename {src => bot/src}/bot/commands/unban.ts (100%) rename {src => bot/src}/bot/commands/warn.ts (100%) rename {src => bot/src}/bot/commands/warns.ts (100%) rename {src => bot/src}/bot/commands/whitelist.ts (100%) rename {src => bot/src}/bot/db.ts (100%) rename {src => bot/src}/bot/logger.ts (100%) rename {src => bot/src}/bot/logging.ts (100%) rename {src => bot/src}/bot/modules/antispam.ts (100%) rename {src => bot/src}/bot/modules/command_handler.ts (100%) rename {src => bot/src}/bot/modules/custom_rules/actions/delete.ts (100%) rename {src => bot/src}/bot/modules/custom_rules/actions/sendMessage.ts (100%) rename {src => bot/src}/bot/modules/custom_rules/actions/warn.ts (100%) rename {src => bot/src}/bot/modules/custom_rules/custom_rules.ts (100%) rename {src => bot/src}/bot/modules/custom_rules/message_content_trigger.ts (100%) rename {src => bot/src}/bot/modules/event_handler.ts (100%) rename {src => bot/src}/bot/modules/mod_logs.ts (100%) rename {src => bot/src}/bot/modules/prepare_message.ts (100%) rename {src => bot/src}/bot/modules/tempbans.ts (100%) rename {src => bot/src}/bot/modules/user_scan.ts (100%) rename {src => bot/src}/bot/util.ts (100%) rename {src => bot/src}/index.ts (100%) rename {src => bot/src}/struct/AutomodClient.ts (100%) rename {src => bot/src}/struct/Command.ts (100%) rename {src => bot/src}/struct/CommandCategory.ts (100%) rename {src => bot/src}/struct/LogConfig.ts (100%) rename {src => bot/src}/struct/LogMessage.ts (100%) rename {src => bot/src}/struct/MessageCommandContext.ts (100%) rename {src => bot/src}/struct/ScannedUser.ts (100%) rename {src => bot/src}/struct/ServerConfig.ts (100%) rename {src => bot/src}/struct/TempBan.ts (100%) rename {src => bot/src}/struct/antispam/AntispamRule.ts (100%) rename {src => bot/src}/struct/antispam/AutomodSettings.ts (100%) rename {src => bot/src}/struct/antispam/CustomRule.ts (100%) rename {src => bot/src}/struct/antispam/CustomRuleAction.ts (100%) rename {src => bot/src}/struct/antispam/CustomRuleTrigger.ts (100%) rename {src => bot/src}/struct/antispam/Infraction.ts (100%) rename {src => bot/src}/struct/antispam/InfractionType.ts (100%) rename {src => bot/src}/struct/antispam/ModerationAction.ts (100%) rename tsconfig.json => bot/tsconfig.json (100%) rename yarn.lock => bot/yarn.lock (100%) diff --git a/Dockerfile b/bot/Dockerfile similarity index 100% rename from Dockerfile rename to bot/Dockerfile diff --git a/README.md b/bot/README.md similarity index 100% rename from README.md rename to bot/README.md diff --git a/package.json b/bot/package.json similarity index 100% rename from package.json rename to bot/package.json diff --git a/src/bot/commands/ban.ts b/bot/src/bot/commands/ban.ts similarity index 100% rename from src/bot/commands/ban.ts rename to bot/src/bot/commands/ban.ts diff --git a/src/bot/commands/bot_managers.ts b/bot/src/bot/commands/bot_managers.ts similarity index 100% rename from src/bot/commands/bot_managers.ts rename to bot/src/bot/commands/bot_managers.ts diff --git a/src/bot/commands/botadm.ts b/bot/src/bot/commands/botadm.ts similarity index 100% rename from src/bot/commands/botadm.ts rename to bot/src/bot/commands/botadm.ts diff --git a/src/bot/commands/botctl.ts b/bot/src/bot/commands/botctl.ts similarity index 100% rename from src/bot/commands/botctl.ts rename to bot/src/bot/commands/botctl.ts diff --git a/src/bot/commands/debug.ts b/bot/src/bot/commands/debug.ts similarity index 100% rename from src/bot/commands/debug.ts rename to bot/src/bot/commands/debug.ts diff --git a/src/bot/commands/eval.ts b/bot/src/bot/commands/eval.ts similarity index 100% rename from src/bot/commands/eval.ts rename to bot/src/bot/commands/eval.ts diff --git a/src/bot/commands/help.ts b/bot/src/bot/commands/help.ts similarity index 100% rename from src/bot/commands/help.ts rename to bot/src/bot/commands/help.ts diff --git a/src/bot/commands/kick.ts b/bot/src/bot/commands/kick.ts similarity index 100% rename from src/bot/commands/kick.ts rename to bot/src/bot/commands/kick.ts diff --git a/src/bot/commands/moderator.ts b/bot/src/bot/commands/moderator.ts similarity index 100% rename from src/bot/commands/moderator.ts rename to bot/src/bot/commands/moderator.ts diff --git a/src/bot/commands/ping.ts b/bot/src/bot/commands/ping.ts similarity index 100% rename from src/bot/commands/ping.ts rename to bot/src/bot/commands/ping.ts diff --git a/src/bot/commands/prefix.ts b/bot/src/bot/commands/prefix.ts similarity index 100% rename from src/bot/commands/prefix.ts rename to bot/src/bot/commands/prefix.ts diff --git a/src/bot/commands/purge.ts b/bot/src/bot/commands/purge.ts similarity index 100% rename from src/bot/commands/purge.ts rename to bot/src/bot/commands/purge.ts diff --git a/src/bot/commands/settings.ts b/bot/src/bot/commands/settings.ts similarity index 100% rename from src/bot/commands/settings.ts rename to bot/src/bot/commands/settings.ts diff --git a/src/bot/commands/shell_eval.ts b/bot/src/bot/commands/shell_eval.ts similarity index 100% rename from src/bot/commands/shell_eval.ts rename to bot/src/bot/commands/shell_eval.ts diff --git a/src/bot/commands/test.ts b/bot/src/bot/commands/test.ts similarity index 100% rename from src/bot/commands/test.ts rename to bot/src/bot/commands/test.ts diff --git a/src/bot/commands/unban.ts b/bot/src/bot/commands/unban.ts similarity index 100% rename from src/bot/commands/unban.ts rename to bot/src/bot/commands/unban.ts diff --git a/src/bot/commands/warn.ts b/bot/src/bot/commands/warn.ts similarity index 100% rename from src/bot/commands/warn.ts rename to bot/src/bot/commands/warn.ts diff --git a/src/bot/commands/warns.ts b/bot/src/bot/commands/warns.ts similarity index 100% rename from src/bot/commands/warns.ts rename to bot/src/bot/commands/warns.ts diff --git a/src/bot/commands/whitelist.ts b/bot/src/bot/commands/whitelist.ts similarity index 100% rename from src/bot/commands/whitelist.ts rename to bot/src/bot/commands/whitelist.ts diff --git a/src/bot/db.ts b/bot/src/bot/db.ts similarity index 100% rename from src/bot/db.ts rename to bot/src/bot/db.ts diff --git a/src/bot/logger.ts b/bot/src/bot/logger.ts similarity index 100% rename from src/bot/logger.ts rename to bot/src/bot/logger.ts diff --git a/src/bot/logging.ts b/bot/src/bot/logging.ts similarity index 100% rename from src/bot/logging.ts rename to bot/src/bot/logging.ts diff --git a/src/bot/modules/antispam.ts b/bot/src/bot/modules/antispam.ts similarity index 100% rename from src/bot/modules/antispam.ts rename to bot/src/bot/modules/antispam.ts diff --git a/src/bot/modules/command_handler.ts b/bot/src/bot/modules/command_handler.ts similarity index 100% rename from src/bot/modules/command_handler.ts rename to bot/src/bot/modules/command_handler.ts diff --git a/src/bot/modules/custom_rules/actions/delete.ts b/bot/src/bot/modules/custom_rules/actions/delete.ts similarity index 100% rename from src/bot/modules/custom_rules/actions/delete.ts rename to bot/src/bot/modules/custom_rules/actions/delete.ts diff --git a/src/bot/modules/custom_rules/actions/sendMessage.ts b/bot/src/bot/modules/custom_rules/actions/sendMessage.ts similarity index 100% rename from src/bot/modules/custom_rules/actions/sendMessage.ts rename to bot/src/bot/modules/custom_rules/actions/sendMessage.ts diff --git a/src/bot/modules/custom_rules/actions/warn.ts b/bot/src/bot/modules/custom_rules/actions/warn.ts similarity index 100% rename from src/bot/modules/custom_rules/actions/warn.ts rename to bot/src/bot/modules/custom_rules/actions/warn.ts diff --git a/src/bot/modules/custom_rules/custom_rules.ts b/bot/src/bot/modules/custom_rules/custom_rules.ts similarity index 100% rename from src/bot/modules/custom_rules/custom_rules.ts rename to bot/src/bot/modules/custom_rules/custom_rules.ts diff --git a/src/bot/modules/custom_rules/message_content_trigger.ts b/bot/src/bot/modules/custom_rules/message_content_trigger.ts similarity index 100% rename from src/bot/modules/custom_rules/message_content_trigger.ts rename to bot/src/bot/modules/custom_rules/message_content_trigger.ts diff --git a/src/bot/modules/event_handler.ts b/bot/src/bot/modules/event_handler.ts similarity index 100% rename from src/bot/modules/event_handler.ts rename to bot/src/bot/modules/event_handler.ts diff --git a/src/bot/modules/mod_logs.ts b/bot/src/bot/modules/mod_logs.ts similarity index 100% rename from src/bot/modules/mod_logs.ts rename to bot/src/bot/modules/mod_logs.ts diff --git a/src/bot/modules/prepare_message.ts b/bot/src/bot/modules/prepare_message.ts similarity index 100% rename from src/bot/modules/prepare_message.ts rename to bot/src/bot/modules/prepare_message.ts diff --git a/src/bot/modules/tempbans.ts b/bot/src/bot/modules/tempbans.ts similarity index 100% rename from src/bot/modules/tempbans.ts rename to bot/src/bot/modules/tempbans.ts diff --git a/src/bot/modules/user_scan.ts b/bot/src/bot/modules/user_scan.ts similarity index 100% rename from src/bot/modules/user_scan.ts rename to bot/src/bot/modules/user_scan.ts diff --git a/src/bot/util.ts b/bot/src/bot/util.ts similarity index 100% rename from src/bot/util.ts rename to bot/src/bot/util.ts diff --git a/src/index.ts b/bot/src/index.ts similarity index 100% rename from src/index.ts rename to bot/src/index.ts diff --git a/src/struct/AutomodClient.ts b/bot/src/struct/AutomodClient.ts similarity index 100% rename from src/struct/AutomodClient.ts rename to bot/src/struct/AutomodClient.ts diff --git a/src/struct/Command.ts b/bot/src/struct/Command.ts similarity index 100% rename from src/struct/Command.ts rename to bot/src/struct/Command.ts diff --git a/src/struct/CommandCategory.ts b/bot/src/struct/CommandCategory.ts similarity index 100% rename from src/struct/CommandCategory.ts rename to bot/src/struct/CommandCategory.ts diff --git a/src/struct/LogConfig.ts b/bot/src/struct/LogConfig.ts similarity index 100% rename from src/struct/LogConfig.ts rename to bot/src/struct/LogConfig.ts diff --git a/src/struct/LogMessage.ts b/bot/src/struct/LogMessage.ts similarity index 100% rename from src/struct/LogMessage.ts rename to bot/src/struct/LogMessage.ts diff --git a/src/struct/MessageCommandContext.ts b/bot/src/struct/MessageCommandContext.ts similarity index 100% rename from src/struct/MessageCommandContext.ts rename to bot/src/struct/MessageCommandContext.ts diff --git a/src/struct/ScannedUser.ts b/bot/src/struct/ScannedUser.ts similarity index 100% rename from src/struct/ScannedUser.ts rename to bot/src/struct/ScannedUser.ts diff --git a/src/struct/ServerConfig.ts b/bot/src/struct/ServerConfig.ts similarity index 100% rename from src/struct/ServerConfig.ts rename to bot/src/struct/ServerConfig.ts diff --git a/src/struct/TempBan.ts b/bot/src/struct/TempBan.ts similarity index 100% rename from src/struct/TempBan.ts rename to bot/src/struct/TempBan.ts diff --git a/src/struct/antispam/AntispamRule.ts b/bot/src/struct/antispam/AntispamRule.ts similarity index 100% rename from src/struct/antispam/AntispamRule.ts rename to bot/src/struct/antispam/AntispamRule.ts diff --git a/src/struct/antispam/AutomodSettings.ts b/bot/src/struct/antispam/AutomodSettings.ts similarity index 100% rename from src/struct/antispam/AutomodSettings.ts rename to bot/src/struct/antispam/AutomodSettings.ts diff --git a/src/struct/antispam/CustomRule.ts b/bot/src/struct/antispam/CustomRule.ts similarity index 100% rename from src/struct/antispam/CustomRule.ts rename to bot/src/struct/antispam/CustomRule.ts diff --git a/src/struct/antispam/CustomRuleAction.ts b/bot/src/struct/antispam/CustomRuleAction.ts similarity index 100% rename from src/struct/antispam/CustomRuleAction.ts rename to bot/src/struct/antispam/CustomRuleAction.ts diff --git a/src/struct/antispam/CustomRuleTrigger.ts b/bot/src/struct/antispam/CustomRuleTrigger.ts similarity index 100% rename from src/struct/antispam/CustomRuleTrigger.ts rename to bot/src/struct/antispam/CustomRuleTrigger.ts diff --git a/src/struct/antispam/Infraction.ts b/bot/src/struct/antispam/Infraction.ts similarity index 100% rename from src/struct/antispam/Infraction.ts rename to bot/src/struct/antispam/Infraction.ts diff --git a/src/struct/antispam/InfractionType.ts b/bot/src/struct/antispam/InfractionType.ts similarity index 100% rename from src/struct/antispam/InfractionType.ts rename to bot/src/struct/antispam/InfractionType.ts diff --git a/src/struct/antispam/ModerationAction.ts b/bot/src/struct/antispam/ModerationAction.ts similarity index 100% rename from src/struct/antispam/ModerationAction.ts rename to bot/src/struct/antispam/ModerationAction.ts diff --git a/tsconfig.json b/bot/tsconfig.json similarity index 100% rename from tsconfig.json rename to bot/tsconfig.json diff --git a/yarn.lock b/bot/yarn.lock similarity index 100% rename from yarn.lock rename to bot/yarn.lock