/MorningBot

Greets you from around the world

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Morning Bot

Python tests

Here at Joel Adams & Co. engineering we pride ourselves in creating revolutionary new inventions such as this discord bot. Why are you still reading this? Go add it already!

Testing install instructions

Run pipenv install into the terminal

Run pipenv shell to enter pip environment

Create .env file like bellow:

# .env
DISCORD_TOKEN=YOUR_TOKEN_HERE

Replacing YOUR_TOKEN_HERE with the token for your bot, see https://discordpy.readthedocs.io/en/latest/discord.html for how to get that.

Run in console via running python morningbot.py

If is correct it should output :

<Your bot name> has connected to Discord!

To test see https://discordpy.readthedocs.io/en/latest/discord.html on how to add bot to a server.

Running Unit tests

To run the unit test run python testMorningbot.py in Pipenv shell