1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 08:20:58 -05:00

forgor to revert channel id

This commit is contained in:
AnxietyisReal 2022-11-19 03:56:18 +11:00
parent b5d6aa0543
commit 0e69565301

View File

@ -27,9 +27,9 @@ async function MPdata(client:TClient, interaction:Discord.ChatInputCommandIntera
return FSserver
}
export default { //468835769092669461
export default {
async run(client: TClient, interaction: Discord.ChatInputCommandInteraction<'cached'>){
if (interaction.channelId == '904192878140608563' && !client.isStaff(interaction.member) && ['status', 'players'].includes(interaction.options.getSubcommand())) {
if (interaction.channelId == '468835769092669461' && !client.isStaff(interaction.member) && ['status', 'players'].includes(interaction.options.getSubcommand())) {
interaction.reply(`Please use <#739084625862852715> for \`/mp status/players\` commands to prevent clutter in this channel.`).then((msg)=>{
setTimeout(()=>{interaction.deleteReply()}, 5000)
});