remove debug log

This commit is contained in:
Baipyrus 2024-02-08 20:33:10 +01:00
parent dc166dd286
commit 552b0b9c3d

View File

@ -81,18 +81,6 @@ export async function execute(oldState, newState) {
if (!newState.channel)
return await leftVoiceChat(oldState);
console.log(
Array.from(
newState
.channel
.permissionOverwrites
.cache
.values()
).forEach(overwrite =>
console.log(overwrite.allow.toArray())
)
);
// Find channel by id, return if not registered for customs
const createCh = await VoiceChannel.findOne({
where: {