added activity
This commit is contained in:
parent
656d8e21e3
commit
1a76246f53
@ -36,6 +36,9 @@ async def on_ready():
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
logging.error(e)
|
logging.error(e)
|
||||||
|
|
||||||
|
activity = discord.Game(name="generating juicy NovelAI images 🥵")
|
||||||
|
await bot.change_presence(status=discord.Status.online, activity=activity)
|
||||||
|
|
||||||
@bot.tree.command(name="generate", description="Generate image with NovelAI v4 Full")
|
@bot.tree.command(name="generate", description="Generate image with NovelAI v4 Full")
|
||||||
@app_commands.describe(
|
@app_commands.describe(
|
||||||
prompt="What should be generated?",
|
prompt="What should be generated?",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user