mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-17 01:55:27 +10:00
removed unnecessary console.logs
This commit is contained in:
@@ -43,7 +43,6 @@ client.on(Events.MessageCreate, async (message) => {
|
||||
}
|
||||
}
|
||||
catch(error) {
|
||||
console.error(error);
|
||||
return await message.reply(error.message);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user