feat(models/bot): removing the id field
This commit is contained in:
parent
87e8467daf
commit
dfccac5900
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@ pub enum BotActivity {
|
||||||
|
|
||||||
#[derive(Debug, FromRow)]
|
#[derive(Debug, FromRow)]
|
||||||
pub struct DbBot {
|
pub struct DbBot {
|
||||||
pub id: i32,
|
|
||||||
pub status: String,
|
pub status: String,
|
||||||
pub activity_type: BotActivity,
|
pub activity_type: BotActivity,
|
||||||
pub presence: BotPresence,
|
pub presence: BotPresence,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue