chore: clean up

This commit is contained in:
Paul Makles
2022-04-27 20:18:51 +01:00
parent 890cb94acb
commit d31237e9e1
31 changed files with 61 additions and 49 deletions

View File

@@ -1,6 +1,6 @@
import { action, makeAutoObservable, runInAction } from "mobx";
import { Channel } from "revolt.js/esm/maps/Channels";
import { Nullable, toNullable } from "revolt.js/esm/util/null";
import { Channel } from "revolt.js";
import { Nullable, toNullable } from "revolt.js";
import type { ProduceType, VoiceUser } from "./Types";
import type VoiceClient from "./VoiceClient";