Skip to content

Commit 3741d3c

Browse files
committed
Fix param type
1 parent e6c9f1f commit 3741d3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extensions/dev.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ async def blacklist_cmd(
387387
@arc.slash_command("resetsettings", "Reset all settings for the specified guild.")
388388
async def resetsettings_cmd(
389389
ctx: SnedContext,
390-
guild_id: arc.Option[str, arc.IntParams("The guild_id to reset all settings for.")],
390+
guild_id: arc.Option[str, arc.StrParams("The guild_id to reset all settings for.")],
391391
rp: ResponseProvider = arc.inject(),
392392
) -> None:
393393
try:

0 commit comments

Comments
 (0)