diff options
Diffstat (limited to 'src/api/Commands.ts')
-rw-r--r-- | src/api/Commands.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/Commands.ts b/src/api/Commands.ts index 3a3e88c..10503e9 100644 --- a/src/api/Commands.ts +++ b/src/api/Commands.ts @@ -1,5 +1,5 @@ import { Channel, Guild } from "discord-types/general"; -import { waitFor } from '../webpack'; +import { waitFor } from "../webpack"; export function _init(cmds: Command[]) { try { |