Reminder Bot for Discord, now in Rust
Go to file
2020-10-11 17:41:26 +01:00
.cargo initial code 2020-08-06 15:22:13 +01:00
.idea natural command stuff 2020-09-26 22:23:41 +01:00
regex_command_attr changed Args to String because we dont need that 2020-08-10 22:12:26 +01:00
src added count to del. changed inner joins to left outers. moved all consts and lazies into consts.rs. more formatting fixes 2020-10-11 17:41:26 +01:00
.gitignore TimeParser into i64. Generic argument across create_reminder. Some more work on natural inc. splitting off first args and calling the subprocess 2020-09-19 15:20:43 +01:00
Cargo.lock fixed a lot of message formatting that had been ignored 2020-10-11 01:42:19 +01:00
Cargo.toml fixed a lot of message formatting that had been ignored 2020-10-11 01:42:19 +01:00
create.sql send responses to remind command 2020-09-14 16:07:44 +01:00
dp.py natural command stuff 2020-09-26 22:23:41 +01:00
LICENSE Create LICENSE 2020-09-21 09:16:10 +00:00
README.md Update README.md 2020-10-02 14:19:53 +00:00

reminder-rs

Reminder Bot for Discord, now in Rust. Old Python version: https://github.com/reminder-bot/bot

What is this?

This is a rewrite of Reminder Bot in Rust, using Serenity and SQLx amongst other libraries.

Why is this?

Serenity and Rust are proving wonders for SoundFX. This is all in an effort to reduce resource consumption and improve performance.

How do I use it?

You'll need rustc and cargo for compilation. To run, you'll need Python 3 still (due to no suitable replacement for dateparser in Rust)

TODO fill out the rest of this