1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 08:20:59 -04:00

forgor to revert channel id

This commit is contained in:
toast-ts 2022-11-19 03:56:18 +11:00
parent 8a90bb119b
commit 60d9fb97c4

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)
});