Remove example comment from main.rs
This commit is contained in:
parent
5b5f9c56f5
commit
ce3251985b
1 changed files with 0 additions and 10 deletions
10
src/main.rs
10
src/main.rs
|
@ -1,13 +1,3 @@
|
||||||
//! Requires the 'framework' feature flag be enabled in your project's
|
|
||||||
//! `Cargo.toml`.
|
|
||||||
//!
|
|
||||||
//! This can be enabled by specifying the feature in the dependency section:
|
|
||||||
//!
|
|
||||||
//! ```toml
|
|
||||||
//! [dependencies.serenity]
|
|
||||||
//! git = "https://github.com/serenity-rs/serenity.git"
|
|
||||||
//! features = ["framework", "standard_framework"]
|
|
||||||
//! ```
|
|
||||||
mod commands;
|
mod commands;
|
||||||
mod utils;
|
mod utils;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue