From b04b6f50a722ee11dbd8daf731d4faad176d4ac0 Mon Sep 17 00:00:00 2001 From: AnxietyisReal <96593068+AnxietyisReal@users.noreply.github.com> Date: Sun, 12 Mar 2023 12:51:55 +1100 Subject: [PATCH] Hoping this fixes footer not showing. --- 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 e906217..b5d7dfd 100644 --- a/src/commands/mp.ts +++ b/src/commands/mp.ts @@ -67,7 +67,7 @@ export default { '**Filters:** [Click here](https://discord.com/channels/468835415093411861/468835769092669461/926581585938120724)', 'Please see <#543494084363288637> for additional information.' ].join('\n'))]}); - if (FSserver2?.data.server.name.length == 0) embed2.setFooter({text: 'Server is currently offline.'}) + if (FSserver2.data.server.name.length == 0) embed2.setFooter({text: 'Server is currently offline.'}) }, url: async()=>{ if (client.config.mainServer.id == interaction.guildId) {