1
0
Fork 0
mirror of https://github.com/uhIgnacio/EmoteManager.git synced 2024-08-15 02:23:13 +00:00

s/emoji/emotes/

This commit is contained in:
bmintz 2018-07-29 23:42:27 -05:00
parent 3b488ab787
commit b2bab91d36
2 changed files with 11 additions and 11 deletions

View file

@ -23,7 +23,7 @@ from discord.ext import commands
import utils
from utils import errors
class Emoji:
class Emotes:
def __init__(self, bot):
self.bot = bot
self.http = aiohttp.ClientSession(loop=self.bot.loop, read_timeout=30, headers={
@ -209,4 +209,4 @@ class Emoji:
def setup(bot):
bot.add_cog(Emoji(bot))
bot.add_cog(Emotes(bot))