File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -302,9 +302,7 @@ async def user_stats(self, ctx: "TeXBotApplicationContext") -> None:
302302 if not ctx .channel :
303303 await self .command_send_error (
304304 ctx ,
305- message = (
306- "Interaction channel was None while attempting to send user stats."
307- ),
305+ message = ("Interaction channel was None while attempting to send user stats." ),
308306 )
309307 return
310308
@@ -313,9 +311,7 @@ async def user_stats(self, ctx: "TeXBotApplicationContext") -> None:
313311 ):
314312 await self .command_send_error (
315313 ctx ,
316- message = (
317- "User stats cannot be sent in a voice, forum, or category channel."
318- ),
314+ message = ("User stats cannot be sent in a voice, forum, or category channel." ),
319315 )
320316 return
321317
You can’t perform that action at this time.
0 commit comments