Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit 1d0fd88

Browse files
committed
code style change
1 parent 7100dc1 commit 1d0fd88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord_ui/slash/http.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async def delete_guild_commands(self, guild_id):
5858
try:
5959
commands = await self._http.request(BetterRoute("GET", f"/applications/{self.application_id}/guilds/{guild_id}/commands"))
6060
for x in commands:
61-
await self.delete_guild_command( x["id"], guild_id)
61+
await self.delete_guild_command(x["id"], guild_id)
6262
except Forbidden:
6363
logging.warn("got forbidden in " + str(guild_id))
6464

0 commit comments

Comments
 (0)