Skip to content

Commit

Permalink
Merge pull request #22 from Panini-Devs/0.0.1-staging-changes
Browse files Browse the repository at this point in the history
staging changes for wish simulator and moderation
  • Loading branch information
paninizer authored Feb 15, 2024
2 parents c3e6ad9 + 748cb3d commit 99e6167
Show file tree
Hide file tree
Showing 9 changed files with 536 additions and 46 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ sqlx = { version = "0.7.3", "features" = [
reqwest = { version = "0.11.23", features = ["json"] }
lazy_static = "1.4.0"
dashmap = "^5.5.3"
uuid = { version = "1.7.0", features = ["v4"] }
uuid = { version = "1.7.0", features = ["v4"] }
duration-str = "0.7.1"
23 changes: 0 additions & 23 deletions migrations/202402071852_wish_simulator_genshin.sql
Original file line number Diff line number Diff line change
Expand Up @@ -74,26 +74,3 @@ WHERE
availability = 'standard'
-- AND added_in < current_release()
;

-- music settings schema (TBD)
/*
CREATE TABLE IF NOT EXISTS music_settings (
guild_id BIGINT NOT NULL,
volume INTEGER NOT NULL DEFAULT 59, -- max volume is 100, also, add 10 to DEFAULT to get funny number
loop_mode TEXT NOT NULL DEFAULT "off",
autoplay INTEGER NOT NULL DEFAULT 0,
DEFAULT_search TEXT NOT NULL DEFAULT "youtube",
PRIMARY KEY (guild_id)
)
-- snipes schema
CREATE TABLE IF NOT EXISTS snipes (
guild_id BIGINT NOT NULL,
channel_id BIGINT NOT NULL,
id INTEGER NOT NULL UNIQUE DEFAULT 0,
message_content TEXT NOT NULL DEFAULT "No message found",
message_attachment TEXT NOT NULL DEFAULT "No attachment found"
);
*/
Binary file added resources/little_bis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 99e6167

Please sign in to comment.