From 529483ee84205b7eb6266f99e768f8a249d5ef2a Mon Sep 17 00:00:00 2001 From: John Celoria Date: Thu, 22 Feb 2024 10:44:25 -0700 Subject: [PATCH] Update pron.ts --- src/commands/pron.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/pron.ts b/src/commands/pron.ts index a85e05a..aaf0579 100755 --- a/src/commands/pron.ts +++ b/src/commands/pron.ts @@ -47,7 +47,7 @@ module.exports = { return res.data; }) .catch(e => { - console.warning(e); + console.warn(e); }); interaction