mirror of
https://github.com/Noratrieb/discord-court-bot.git
synced 2026-01-16 19:05:01 +01:00
switch
This commit is contained in:
parent
ccdc51f826
commit
36b4a9d5b0
6 changed files with 81 additions and 98 deletions
|
|
@ -11,8 +11,8 @@ use mongodb::{
|
|||
options::{ClientOptions, Credential, UpdateOptions},
|
||||
Client, Collection, Database,
|
||||
};
|
||||
use poise::serenity::model::id::{ChannelId, GuildId, RoleId, UserId};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use serenity::model::id::{ChannelId, GuildId, RoleId, UserId};
|
||||
use tracing::info;
|
||||
|
||||
use crate::{lawsuit::Lawsuit, WrapErr};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue