fix: sweeper is public, rc11

This commit is contained in:
Skillz4Killz
2021-12-01 23:41:35 +00:00
committed by GitHub
parent 5c1a94fa5d
commit 01ae584ce0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ Deno.test({
});
// Assertions
assertExists(bot.members..get(BigInt(`${bot.id}${guild.id}`)));
assertExists(bot.members.get(BigInt(`${bot.id}${guild.id}`)));
},
});