Update ban message
This commit is contained in:
+1
-1
@@ -106,6 +106,6 @@ export default {
|
|||||||
return await interaction.editReply("Error banning user (couldn't ban).");
|
return await interaction.editReply("Error banning user (couldn't ban).");
|
||||||
}
|
}
|
||||||
|
|
||||||
await interaction.editReply('Banned.');
|
await interaction.editReply(`<@${idToUse}> (${idToUse}) has been banned.`);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user