We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e4961 commit dbd7327Copy full SHA for dbd7327
1 file changed
techsupport_bot/commands/factoids.py
@@ -925,7 +925,7 @@ async def factoid_call_command(
925
factoid_name (str): The factoid name to search for and print
926
927
Raises:
928
- custom_errors.TooLongFactoidMessageError: If the plaintext exceed 2000 characters
+ TooLongFactoidMessageError: If the plaintext exceed 2000 characters
929
"""
930
query = factoid_name.replace("\n", " ").split(" ")[0].lower()
931
config = self.bot.guild_configs[str(interaction.guild.id)]
0 commit comments