This commit is contained in:
bignutty 2025-04-18 20:03:47 +02:00
parent 489df771a1
commit 711877f262

View file

@ -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).`))