Changing bot commands to be used by endpoints
This commit is contained in:
@@ -29,4 +29,12 @@ diesel::table! {
|
||||
attack_type -> Nullable<Text>,
|
||||
data -> Jsonb
|
||||
}
|
||||
}
|
||||
|
||||
diesel::table! {
|
||||
guilds (id) {
|
||||
id -> BigInt,
|
||||
name -> Text,
|
||||
volume -> Float,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user