We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c9f1f commit 3741d3cCopy full SHA for 3741d3c
1 file changed
src/extensions/dev.py
@@ -387,7 +387,7 @@ async def blacklist_cmd(
387
@arc.slash_command("resetsettings", "Reset all settings for the specified guild.")
388
async def resetsettings_cmd(
389
ctx: SnedContext,
390
- guild_id: arc.Option[str, arc.IntParams("The guild_id to reset all settings for.")],
+ guild_id: arc.Option[str, arc.StrParams("The guild_id to reset all settings for.")],
391
rp: ResponseProvider = arc.inject(),
392
) -> None:
393
try:
0 commit comments