mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 04:10:59 -05:00
Return an error if tag doesn't exist
This commit is contained in:
parent
db3cdc232e
commit
a0c3bb77bc
@ -17,6 +17,7 @@ export default {
|
||||
};
|
||||
({
|
||||
send: async()=>{
|
||||
if (!await tagData()) return interaction.reply({content:'This tag is not available in the database.',ephemeral:true});
|
||||
let targetField = '';
|
||||
const targetMember = interaction.options.getMember('target_user');
|
||||
if (targetMember) targetField = `*This tag is for <@${targetMember.id}>*`;
|
||||
|
Loading…
Reference in New Issue
Block a user