Release moment
parent
73f3f18864
commit
9c3d67eaae
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "spoticord"
|
||||
version = "2.0.0-pre"
|
||||
version = "2.0.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.65.0"
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
|
||||
pub const MOTD: &str = "PRE-RELEASE (v2)";
|
||||
pub const MOTD: &str = "some good 'ol music";
|
||||
|
||||
/// The time it takes for Spoticord to disconnect when no music is being played
|
||||
pub const DISCONNECT_TIME: u64 = 5 * 60;
|
||||
|
||||
// pub const MOTD: &str = "some good 'ol music";
|
||||
|
|
Loading…
Reference in New Issue