mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-04-30 14:34:29 +02:00
7 lines
144 B
Rust
7 lines
144 B
Rust
use poise::serenity_prelude::{self as serenity, Member, RoleId};
|
|
|
|
pub mod bot;
|
|
pub mod decancer;
|
|
pub mod embed;
|
|
pub mod moderation;
|
|
pub mod ocr; |