mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
disable anime
This commit is contained in:
parent
50c28be4f3
commit
40f7d8dace
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,7 @@ module.exports = {
|
|||
description_short: 'AI Anime image generation',
|
||||
explicit: true,
|
||||
examples: ['anime otter'],
|
||||
category: 'image',
|
||||
category: 'disabled',
|
||||
usage: 'anime <text>'
|
||||
},
|
||||
ratelimit: {
|
||||
|
@ -21,6 +21,7 @@ module.exports = {
|
|||
duration: 5000
|
||||
},
|
||||
run: async (context, args) => {
|
||||
return;
|
||||
if(!context.channel.nsfw) return editOrReply(context, {embeds:[createEmbed("nsfw", context)]})
|
||||
if(args.query.length == 0) return editOrReply(context, {embeds:[createEmbed("warning", context, "Missing prompt")]})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue