Skip to content

An AWS Lambda function that logs into a Discord bot and posts a custom Wednesday message.

License

Notifications You must be signed in to change notification settings

jordanbuschman/wednesday-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wednesday-bot

Never forget a Wednesday again!

An AWS Lambda function that logs into a Discord bot and posts a custom Wednesday message.

Setup

First, run the following to create a settings file:

cp .env.example .env

Add your bot token/channel ID to this file.

Then, edit whatever message you want the bot to say in wednesday/wednesday.txt.

Build

Too build your lambda function, run:

python setup.py ldist

A .zip file will be generated in /dist.

About

An AWS Lambda function that logs into a Discord bot and posts a custom Wednesday message.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages