IRCArt -> TextArt

This commit is contained in:
Gordon Shumway 2020-02-09 13:53:06 -05:00 committed by GitHub
parent 866576cab6
commit 01407603b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ from bs4 import BeautifulSoup
try:
from supybot.i18n import PluginInternationalization
_ = PluginInternationalization('IRCArt')
_ = PluginInternationalization('TextArt')
except ImportError:
# Placeholder that allows to run the plugin on a bot
# without the i18n module