diff --git a/bot/util/functions.js b/bot/util/functions.js index d12cf2c..d7ff388 100644 --- a/bot/util/functions.js +++ b/bot/util/functions.js @@ -135,8 +135,6 @@ class Functions { return; } - async - async clean (text) { if (text && text.constructor.name === 'Promise') { text = await text;