From 627cbf6bebccb5bf2b36dea60e131cb53ce1e753 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Tue, 28 Jun 2022 18:41:51 -0400 Subject: create test files --- tests/inhibitors/command/dm.test.ts | 0 tests/inhibitors/command/globalDisabledCommand.test.ts | 0 tests/inhibitors/command/guild.test.ts | 0 tests/inhibitors/command/guildDisabledCommand.test.ts | 0 tests/inhibitors/command/nsfw.test.ts | 0 tests/inhibitors/command/owner.test.ts | 0 tests/inhibitors/command/restrictedChannel.test.ts | 0 tests/inhibitors/command/restrictedGuild.test.ts | 0 tests/inhibitors/command/superUser.test.ts | 0 9 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/inhibitors/command/dm.test.ts create mode 100644 tests/inhibitors/command/globalDisabledCommand.test.ts create mode 100644 tests/inhibitors/command/guild.test.ts create mode 100644 tests/inhibitors/command/guildDisabledCommand.test.ts create mode 100644 tests/inhibitors/command/nsfw.test.ts create mode 100644 tests/inhibitors/command/owner.test.ts create mode 100644 tests/inhibitors/command/restrictedChannel.test.ts create mode 100644 tests/inhibitors/command/restrictedGuild.test.ts create mode 100644 tests/inhibitors/command/superUser.test.ts (limited to 'tests/inhibitors/command') diff --git a/tests/inhibitors/command/dm.test.ts b/tests/inhibitors/command/dm.test.ts new file mode 100644 index 0000000..e69de29 diff --git a/tests/inhibitors/command/globalDisabledCommand.test.ts b/tests/inhibitors/command/globalDisabledCommand.test.ts new file mode 100644 index 0000000..e69de29 diff --git a/tests/inhibitors/command/guild.test.ts b/tests/inhibitors/command/guild.test.ts new file mode 100644 index 0000000..e69de29 diff --git a/tests/inhibitors/command/guildDisabledCommand.test.ts b/tests/inhibitors/command/guildDisabledCommand.test.ts new file mode 100644 index 0000000..e69de29 diff --git a/tests/inhibitors/command/nsfw.test.ts b/tests/inhibitors/command/nsfw.test.ts new file mode 100644 index 0000000..e69de29 diff --git a/tests/inhibitors/command/owner.test.ts b/tests/inhibitors/command/owner.test.ts new file mode 100644 index 0000000..e69de29 diff --git a/tests/inhibitors/command/restrictedChannel.test.ts b/tests/inhibitors/command/restrictedChannel.test.ts new file mode 100644 index 0000000..e69de29 diff --git a/tests/inhibitors/command/restrictedGuild.test.ts b/tests/inhibitors/command/restrictedGuild.test.ts new file mode 100644 index 0000000..e69de29 diff --git a/tests/inhibitors/command/superUser.test.ts b/tests/inhibitors/command/superUser.test.ts new file mode 100644 index 0000000..e69de29 -- cgit