From 76e4b08c2fb04f8bf347200c242359e82f965cec Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Mon, 25 Apr 2022 18:19:38 +0300 Subject: [PATCH] divide by 1000 --- src/structure/components/commands/information/Info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structure/components/commands/information/Info.js b/src/structure/components/commands/information/Info.js index 2205c9b..a5472e9 100644 --- a/src/structure/components/commands/information/Info.js +++ b/src/structure/components/commands/information/Info.js @@ -169,7 +169,7 @@ class InformationCommand extends SlashCommand { const embed = { title: channel.name, description: interaction.format('COMMAND_INFO_CHANNEL_BASE', { - created: ` ()`, + created: ` ()`, type: channel.type }), footer: {