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