Create client to establish connection with discord and add basic framework with sample command
This commit is contained in:
11
cipher_database/src/sqlite/schema.rs
Normal file
11
cipher_database/src/sqlite/schema.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
// @generated automatically by Diesel CLI.
|
||||
|
||||
diesel::table! {
|
||||
users (id) {
|
||||
id -> Integer,
|
||||
discord_user_id -> BigInt,
|
||||
pokemon_go_code -> Nullable<Text>,
|
||||
pokemon_pocket_code -> Nullable<Text>,
|
||||
switch_code -> Nullable<Text>,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user