1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Add DiscordBot to init

This commit is contained in:
Steffo 2019-04-11 18:42:05 +02:00
parent 0e00e69650
commit c625f3c279

View file

@ -1,3 +1,4 @@
from .telegram import TelegramBot from .telegram import TelegramBot
from .discord import DiscordBot
__all__ = ["TelegramBot"] __all__ = ["TelegramBot"]