Skip to content

Commit

Permalink
2FA token support
Browse files Browse the repository at this point in the history
  • Loading branch information
melnary committed Aug 23, 2020
1 parent 4230775 commit 6d02e54
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 93 deletions.
133 changes: 42 additions & 91 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-nitro-sniper"
version = "2.5.0"
version = "2.5.1"
authors = ["Mel"]
edition = "2018"

Expand All @@ -20,7 +20,8 @@ serde_derive = "1.0"
futures = "0.3.5"

[dependencies.serenity]
version = "0.9.0-rc.0"
git = "https://github.com/Melonai/serenity"
branch = "current"
default-features = false
features = ["client", "rustls_backend", "model", "builder", "cache", "http", "utils", "gateway"]

Expand Down

0 comments on commit 6d02e54

Please sign in to comment.