mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 11:40:12 +01:00
feat(idevice): add developermode command
This commit is contained in:
@@ -154,6 +154,11 @@ class ideviceSelect(discord.ui.Select):
|
||||
value="errorcodes",
|
||||
description="Browse idevice error codes",
|
||||
),
|
||||
discord.SelectOption(
|
||||
label="Developer Mode",
|
||||
value="developermode",
|
||||
description="How to turn on developer mode",
|
||||
),
|
||||
]
|
||||
super().__init__(placeholder="Choose an idevice command...", options=options)
|
||||
|
||||
@@ -266,5 +271,6 @@ class idevice(commands.Cog, name="idevice"):
|
||||
await context.send(embed=embed, view=view)
|
||||
|
||||
|
||||
|
||||
async def setup(bot) -> None:
|
||||
await bot.add_cog(idevice(bot))
|
||||
Reference in New Issue
Block a user