mirror of
https://github.com/TheLovinator1/discord-reminder-bot.git
synced 2025-07-14 17:43:28 +02:00
9 lines
209 B
Python
9 lines
209 B
Python
from discord_reminder_bot import main
|
|
|
|
|
|
def test_if_send_to_discord_is_in_main():
|
|
"""
|
|
send_to_discords needs to be in main for this program to work.
|
|
"""
|
|
assert hasattr(main, "send_to_discord")
|