Bump version

This commit is contained in:
jude
2024-03-31 13:30:30 +01:00
parent 884a47bf36
commit b951db3f55
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
use std::{collections::HashMap, sync::OnceLock, time::Instant};
use log::{info, warn};
use log::warn;
use rocket::{get, http::CookieJar, serde::json::json, State};
use serde::Serialize;
use serenity::{client::Context, model::id::GuildId};