Metadata-Version: 2.1
Name: reme
Version: 1.0.1
Summary: A Discord bot that reminds you of things
Home-page: https://github.com/martinak1/reme
Author: martinak1
License: BSD-3-Clause
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Games/Entertainment
Description-Content-Type: text/markdown
Requires-Dist: discord (>=1.3.1)

# Reme - A Discord bot that will send you reminders

    Author: martinak1
    Source: https://github.com/martinak1/reme
    License: BSD-3-Clause

## NOTE: Reme uses a 24 hour clock in order to simplify datetimes

## Flags

    -d, debug - Reme echos what you send it after converting it to an Entry object
    -h, help  - Prints this usage docstring

## Message Formating

    !reme <Flag> <Message> @ mm/dd/yyyy hh:mm
    !reme <Flag> <Message> @ hh:mm
    !reme <Flag> <Message> +<Delta>[DdHhMm]

## Examples

### Print this help docstring

    !reme -h || !reme help

### Send a reminder 30 minutes from now

    !reme Take the pizza out of the oven +30m

### Send a reminder at 5:30 pm 
    !reme Go grocery shopping @ 17:30

### Send a reminder on October 30th at 4:30 pm

    !reme DND Session @ 10/30 16:30


