pub trait Context: Sealed { // Required method fn bot(&self) -> &Bot; }
A general trait for all contexts.
A bot for calling API without information inference.