1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 12:30:58 -04:00

forgor footer

This commit is contained in:
AnxietyisReal 2022-11-22 09:51:07 +11:00
parent c1886dc695
commit 79bbb33b7f

View File

@ -58,7 +58,7 @@ export default {
{name: 'Current map', value: 'Null Island', inline: true}, {name: 'Current map', value: 'Null Island', inline: true},
{name: 'Version', value: '0.0.0.0', inline: true}, {name: 'Version', value: '0.0.0.0', inline: true},
{name: 'In-game Time', value: '00:00', inline: true} {name: 'In-game Time', value: '00:00', inline: true}
) ).setFooter({text: 'Server is currently offline.'})
} }
interaction.reply({embeds: [embed0]}) interaction.reply({embeds: [embed0]})
break; break;