aboutsummaryrefslogtreecommitdiff
path: root/src/api/Commands/commandHelpers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/Commands/commandHelpers.ts')
-rw-r--r--src/api/Commands/commandHelpers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/Commands/commandHelpers.ts b/src/api/Commands/commandHelpers.ts
index 90b89ed..8986248 100644
--- a/src/api/Commands/commandHelpers.ts
+++ b/src/api/Commands/commandHelpers.ts
@@ -24,7 +24,7 @@ import { filters, waitFor } from "../../webpack";
import { Argument } from "./types";
const createBotMessage = lazyWebpack(filters.byCode('username:"Clyde"'));
-const MessageSender = lazyWebpack(filters.byProps(["receiveMessage"]));
+const MessageSender = lazyWebpack(filters.byProps("receiveMessage"));
let SnowflakeUtils: any;
waitFor("fromTimestamp", m => SnowflakeUtils = m);