mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 22:23:03 -04:00
alpha test
This commit is contained in:
parent
7076740ac3
commit
0cf158a967
2 changed files with 48 additions and 0 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue