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:
parent
3b488ab787
commit
b2bab91d36
2 changed files with 11 additions and 11 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue