Remove example comment from main.rs

late-submissions
Elnu 2 years ago
parent 5b5f9c56f5
commit ce3251985b

@ -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 utils;

Loading…
Cancel
Save