feat: reintroduce tag command

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth 2023-12-04 05:11:54 -05:00
parent a8eb4a212a
commit 30cc4a6220
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
12 changed files with 256 additions and 10 deletions

View file

@ -9,8 +9,8 @@ mod eta;
pub async fn handle(
ctx: &Context,
event: &Event<'_>,
framework: FrameworkContext<'_, Data, Report>,
data: &Data,
_framework: FrameworkContext<'_, Data, Report>,
_data: &Data,
) -> Result<()> {
match event {
Event::Ready { data_about_bot } => {