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

Add DiscordBot to __all__

This commit is contained in:
Steffo 2019-04-11 18:55:39 +02:00
parent e7b82dfa92
commit 23b965410b

View file

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