Changing bot commands to be used by endpoints

This commit is contained in:
Benjamin Sherriff
2023-10-06 23:34:25 -04:00
parent cb1fd182f1
commit 3ca91c7765
11 changed files with 133 additions and 125 deletions

View File

@@ -29,4 +29,12 @@ diesel::table! {
attack_type -> Nullable<Text>,
data -> Jsonb
}
}
diesel::table! {
guilds (id) {
id -> BigInt,
name -> Text,
volume -> Float,
}
}