alpha test

This commit is contained in:
derpystuff 2023-08-09 00:50:30 +02:00
parent 7076740ac3
commit 0cf158a967
2 changed files with 48 additions and 0 deletions

View file

@ -19,6 +19,7 @@ module.exports = {
},
permissionsClient: [Permissions.EMBED_LINKS, Permissions.SEND_MESSAGES, Permissions.USE_EXTERNAL_EMOJIS, Permissions.READ_MESSAGE_HISTORY],
run: async (context, args) => {
if(!process.env.TESTING_SERVER_IDS.split(';').includes(context.guild.id)) return;
context.triggerTyping();
if(!args.text) return editOrReply(context, {embeds:[createEmbed("warning", context, `Missing Parameter (text).`)]})
try{