This commit is contained in:
bignutty 2025-04-19 12:04:28 +02:00
parent 711877f262
commit 4d1c0115bf

View file

@ -25,9 +25,7 @@ module.exports = {
args: [],
permissionsClient: [...PERMISSION_GROUPS.baseline, ...PERMISSION_GROUPS.attachments],
run: async (context, args) => {
if(!await hasFeature(context, "ai/bard")) return editOrReply(context, {
content: "💎"
});
if(!await hasFeature(context, "ai/bard")) return;
await acknowledge(context);
if(!args.text) return editOrReply(context, createEmbed("warning", context, `Missing Parameter (text).`))