Posts the same photo of Malcolm Turnbull everyday. That's it.
Inspired from an old facebook page that did the same thing.
Discord bot as a .NET Generic Host using Netcord with docker support.
Has some unneeded commands as reference/examples but can be easily removed when needed.
- Ensure you are in the root of the folder
docker build -t image_name .
to build the imagedocker run -d --name container_name -e DISCORD_BOT_TOKEN=you_token -e DISCORD_CHANNEL_ID=your_channel_id image_name
to run the container