From 80563bcb9f1bd5efcb7b1414715fd1406c48d409 Mon Sep 17 00:00:00 2001 From: Ayden Jahola Date: Sun, 8 Sep 2024 01:24:23 +0100 Subject: [PATCH] commands: add Powered by Urban Dictionary to urban dictionary --- commands/general/urbanDictionary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/general/urbanDictionary.js b/commands/general/urbanDictionary.js index ab9455c..d0d2292 100644 --- a/commands/general/urbanDictionary.js +++ b/commands/general/urbanDictionary.js @@ -91,7 +91,7 @@ module.exports = { } ) .setFooter({ - text: `${serverName} | Source: ${source}`, + text: `${serverName} | Powered by Urban Dictionary | Source: ${source}`, iconURL: serverIcon, }) .setTimestamp();