run: load channel_reactions bp

This commit is contained in:
Luna Mendes 2018-11-02 20:11:23 -03:00
parent 1db27a811f
commit db7fbdb954
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1,2 @@
from .messages import bp as channel_messages from .messages import bp as channel_messages
from .reactions import bp as channel_reactions

3
run.py
View File

@ -23,7 +23,7 @@ from litecord.blueprints.guild import (
) )
from litecord.blueprints.channel import ( from litecord.blueprints.channel import (
channel_messages channel_messages, channel_reactions
) )
from litecord.gateway import websocket_handler from litecord.gateway import websocket_handler
@ -73,6 +73,7 @@ bps = {
channels: '/channels', channels: '/channels',
channel_messages: '/channels', channel_messages: '/channels',
channel_reactions: '/channels',
webhooks: None, webhooks: None,
science: None, science: None,