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:
parent
e7b82dfa92
commit
23b965410b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
from .telegram import TelegramBot
|
from .telegram import TelegramBot
|
||||||
from .discord import DiscordBot
|
from .discord import DiscordBot
|
||||||
|
|
||||||
__all__ = ["TelegramBot"]
|
__all__ = ["TelegramBot", "DiscordBot"]
|
||||||
|
|
Loading…
Reference in a new issue