chore: ill just uhhhhhhhh

This commit is contained in:
2022-12-23 19:03:32 +01:00
parent b29c82043e
commit 51ee16a12a
3 changed files with 739 additions and 747 deletions

View File

@@ -11,7 +11,7 @@ export default eventModule({
execute: async (client: Client) => {
const documents = await prisma.stick.findMany();
documents.forEach(async (document) => {
const fetchguild = await client.guilds.fetch(document.guildid);
const fetchguild = await client.guilds.fetch(document.guildid);
try {
await fetchguild.channels.fetch(document.channelid) as VoiceChannel
} catch {

View File

@@ -7,7 +7,7 @@
"rootDir": ".",
"strict": true,
"esModuleInterop": true,
"noImplicitAny": true,
"noImplicitAny": false,
"strictNullChecks": true,
"importsNotUsedAsValues": "error",
"skipLibCheck": true,

1482
yarn.lock

File diff suppressed because it is too large Load Diff