Skip to content

Commit

Permalink
Merge pull request #36 from sravan1946/main
Browse files Browse the repository at this point in the history
[AFK] use correct cog name
  • Loading branch information
japandotorg authored Nov 3, 2023
2 parents 809266f + 38734cb commit 8e3b3de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions afk/_tagscript.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ async def validate_tagscriptengine(bot: Red, tse_version: str, *, reloaded: bool
import TagScriptEngine as tse
except ImportError as exc:
raise CogLoadError(
"The ThreadOpener cog failed to install TagScriptEngine. Reinstall the cog and restart your "
"The AFK cog failed to install TagScriptEngine. Reinstall the cog and restart your "
"bot. If it continues to fail to load, contact the cog author."
) from exc

Expand All @@ -102,7 +102,7 @@ async def validate_tagscriptengine(bot: Red, tse_version: str, *, reloaded: bool
commands = "\n".join(commands)

message = (
"The ThreadOpener cog attempted to install TagScriptEngine, but the version installed "
"The AFK cog attempted to install TagScriptEngine, but the version installed "
"is outdated. Shut down your bot, then in shell in your venv, run the following "
f"commands:\n{commands}\nAfter running these commands, restart your bot and reload "
"Tags. If it continues to fail to load, contact the cog author."
Expand Down

0 comments on commit 8e3b3de

Please sign in to comment.