Skip to content

Commit

Permalink
fix(xp): levelup channel fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
ZRunner committed Dec 27, 2023
1 parent 61d20ae commit 0391be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/serverconfig/converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ async def from_raw(raw: str, representation: LevelupChannelOptionRepresentation,
"allow_announcement_channels": True,
"allow_non_nsfw_channels": True,
}
return TextChannelOption.from_raw(raw, channel_repr, guild)
return await TextChannelOption.from_raw(raw, channel_repr, guild)

@staticmethod
def to_raw(value: Union[str, discord.TextChannel]):
Expand Down

0 comments on commit 0391be9

Please sign in to comment.