Add rate limiting to message sending.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#![feature(proc_macro_hygiene, decl_macro)]
|
||||
#![feature(async_closure)]
|
||||
#![feature(const_option)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate rocket;
|
||||
|
||||
Reference in New Issue
Block a user