feat(models/bot): removing the id field

This commit is contained in:
Raphael 2026-02-16 15:27:41 +01:00
parent 87e8467daf
commit dfccac5900
No known key found for this signature in database

View file

@ -21,7 +21,6 @@ pub enum BotActivity {
#[derive(Debug, FromRow)]
pub struct DbBot {
pub id: i32,
pub status: String,
pub activity_type: BotActivity,
pub presence: BotPresence,