mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
fix: sweeper is public, rc11
This commit is contained in:
@@ -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}`)));
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user