mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 05:42:57 -04:00
add gem
This commit is contained in:
parent
489df771a1
commit
711877f262
1 changed files with 3 additions and 1 deletions
|
@ -25,7 +25,9 @@ module.exports = {
|
|||
args: [],
|
||||
permissionsClient: [...PERMISSION_GROUPS.baseline, ...PERMISSION_GROUPS.attachments],
|
||||
run: async (context, args) => {
|
||||
if(!await hasFeature(context, "ai/bard")) return;
|
||||
if(!await hasFeature(context, "ai/bard")) return editOrReply(context, {
|
||||
content: "💎"
|
||||
});
|
||||
await acknowledge(context);
|
||||
|
||||
if(!args.text) return editOrReply(context, createEmbed("warning", context, `Missing Parameter (text).`))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue