mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-14 01:51:22 +01:00
Use official d.py rewrite
This commit is contained in:
parent
d868503399
commit
228ba7bbad
@ -185,8 +185,8 @@ class Titan(discord.AutoShardedClient):
|
||||
await self.redisqueue.update_guild(guild)
|
||||
await self.socketio.on_guild_emojis_update(after)
|
||||
|
||||
async def on_webhooks_update(self, guild, channel):
|
||||
await self.redisqueue.update_guild(guild)
|
||||
async def on_webhooks_update(self, channel):
|
||||
await self.redisqueue.update_guild(channel.guild)
|
||||
|
||||
async def on_raw_message_edit(self, payload):
|
||||
message_id = payload.message_id
|
||||
|
@ -5,7 +5,7 @@ requests_oauthlib
|
||||
Flask-SSLify
|
||||
flask_socketio
|
||||
paypalrestsdk
|
||||
git+https://github.com/TitanEmbeds/discord.py@rewrite#egg=discord.py
|
||||
git+https://github.com/Rapptz/discord.py@rewrite#egg=discord.py
|
||||
asyncio_extras
|
||||
kombu
|
||||
redis
|
||||
@ -13,7 +13,6 @@ aioredis
|
||||
Flask-Babel
|
||||
patreon
|
||||
flask-redis
|
||||
gino
|
||||
sqlalchemy==1.2.10
|
||||
sqlalchemy
|
||||
asyncio_redis
|
||||
raven[flask]
|
Loading…
Reference in New Issue
Block a user