Closed clari7744 closed 7 months ago
result was moved inside an if statement in SlimChannelConverter, causing it to be unbound if ctx.guild is None
result
SlimChannelConverter
Bugfix, that's all
Set result to None before the first if statement
None
if
regression introduced by #221
result
was moved inside an if statement inSlimChannelConverter
, causing it to be unbound if ctx.guild is NoneRationale
Bugfix, that's all
Summary of changes made
Set
result
toNone
before the firstif
statementChecklist