Skip to content

Commit 7111521

Browse files
Fix typo in handover channel name (#794)
1 parent c2fdeec commit 7111521

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cogs/annual_handover_and_reset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ async def committee_handover(self, ctx: "TeXBotApplicationContext") -> None:
106106
)
107107

108108
handover_channel: discord.TextChannel | None = discord.utils.get(
109-
main_guild.text_channels, name="Handover"
109+
main_guild.text_channels, name="handover"
110110
)
111111

112112
automod_role: discord.Role | None = discord.utils.get(

0 commit comments

Comments
 (0)