Skip to content

Commit

Permalink
[Downloader] Define Translator in converters module (#2239)
Browse files Browse the repository at this point in the history
Fixes #2236
  • Loading branch information
Aioxas authored and Tobotimus committed Oct 14, 2018
1 parent 7cd765d commit 9588a57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions redbot/cogs/downloader/converters.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import discord
from redbot.core import commands
from redbot.core.i18n import Translator
from .installable import Installable

_ = Translator("Koala", __file__)


class InstalledCog(Installable):
@classmethod
Expand Down

0 comments on commit 9588a57

Please sign in to comment.