mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 07:03:08 -04:00
disable broken commands
This commit is contained in:
parent
e523b5402e
commit
656b834d32
3 changed files with 6 additions and 3 deletions
|
@ -18,11 +18,12 @@ module.exports = {
|
|||
description: `${iconPill("generative_ai", "LIMITED TESTING")}\n${smallIconPill("reply", "Supports Replies")}\n\nAsk questions about web pages and videos. You have to **reply** to a message or embed containing a link to ask questions about it.`,
|
||||
description_short: 'Website prompts.',
|
||||
examples: ['ask why do they call it oven when you of in the cold food of out hot eat the food'],
|
||||
category: 'limited',
|
||||
category: 'broken',
|
||||
usage: 'ask <question>'
|
||||
},
|
||||
permissionsClient: [...PERMISSION_GROUPS.baseline],
|
||||
run: async (context, args) => {
|
||||
return;
|
||||
if(!await hasFeature(context, "flamingo/summary")) return;
|
||||
await acknowledge(context);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue