From f752e651a746f6ce6f11190b6626d83c8b94d500 Mon Sep 17 00:00:00 2001 From: Toast <96593068+AnxietyisReal@users.noreply.github.com> Date: Mon, 28 Aug 2023 21:17:27 +1000 Subject: [PATCH] Update mp.ts --- 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 7f87ade..3827c72 100644 --- a/src/commands/mp.ts +++ b/src/commands/mp.ts @@ -12,7 +12,7 @@ const serverChoices = [ export default { async run(client: TClient, interaction: Discord.ChatInputCommandInteraction<'cached'>){ - if (client.uptime < 30000) return interaction.reply('I have just restarted, please wait for MPLoop to finish initializing.') + if (client.uptime < 35000) return interaction.reply('I have just restarted, please wait for MPLoop to finish initializing.') const serverSelector = interaction.options.getString('server'); if (interaction.channelId === '468835769092669461' && !client.isStaff(interaction.member) && ['status', 'players'].includes(interaction.options.getSubcommand())) return interaction.reply('Please use <#739084625862852715> for `/mp status/players` commands to prevent clutter in this channel.').then(()=>setTimeout(()=>interaction.deleteReply(), 6000));