Skip to content

Commit dbd7327

Browse files
committed
Fix docstring
1 parent 07e4961 commit dbd7327

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

techsupport_bot/commands/factoids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ async def factoid_call_command(
925925
factoid_name (str): The factoid name to search for and print
926926
927927
Raises:
928-
custom_errors.TooLongFactoidMessageError: If the plaintext exceed 2000 characters
928+
TooLongFactoidMessageError: If the plaintext exceed 2000 characters
929929
"""
930930
query = factoid_name.replace("\n", " ").split(" ")[0].lower()
931931
config = self.bot.guild_configs[str(interaction.guild.id)]

0 commit comments

Comments
 (0)