Remove example comment from main.rs

This commit is contained in:
Elnu 2022-02-27 17:09:38 -08:00
parent 5b5f9c56f5
commit ce3251985b

View file

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