From 79bbb33b7ff82fb2a7f7a32f2c59480259be336a Mon Sep 17 00:00:00 2001 From: AnxietyisReal <96593068+AnxietyisReal@users.noreply.github.com> Date: Tue, 22 Nov 2022 09:51:07 +1100 Subject: [PATCH] forgor footer --- src/commands/mp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/mp.ts b/src/commands/mp.ts index 2c99013..f76559a 100644 --- a/src/commands/mp.ts +++ b/src/commands/mp.ts @@ -58,7 +58,7 @@ export default { {name: 'Current map', value: 'Null Island', inline: true}, {name: 'Version', value: '0.0.0.0', inline: true}, {name: 'In-game Time', value: '00:00', inline: true} - ) + ).setFooter({text: 'Server is currently offline.'}) } interaction.reply({embeds: [embed0]}) break;