Disable cache lookup for users

This commit is contained in:
jude
2026-05-21 20:09:06 +01:00
parent 050277ac8b
commit f1e0a7cdf8
2 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ use log::{error, info, warn};
use oauth2::{basic::BasicClient, AuthUrl, ClientId, ClientSecret, RedirectUrl, TokenUrl};
use poise::serenity_prelude::{
client::Context,
model::id::{ChannelId, GuildId, UserId},
model::id::{GuildId, UserId},
};
use rocket::{
catchers,