mirror of
https://github.com/SrIzan10/ava.git
synced 2026-06-06 00:46:53 +00:00
chore: ill just uhhhhhhhh
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"rootDir": ".",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"noImplicitAny": true,
|
||||
"noImplicitAny": false,
|
||||
"strictNullChecks": true,
|
||||
"importsNotUsedAsValues": "error",
|
||||
"skipLibCheck": true,
|
||||
|
||||
Reference in New Issue
Block a user