Fix rate limiter for bots.

Use local-request state to cache User object.
This commit is contained in:
Paul
2021-09-18 20:06:00 +01:00
parent 0dcf8cb281
commit e5e0031cad
5 changed files with 60 additions and 78 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/bash
export version=0.5.3-alpha.4
export version=0.5.3-alpha.4-patch.0
echo "pub const VERSION: &str = \"${version}\";" > src/version.rs