Forráskód Böngészése

Remove old, misleading comment

Frans Bergman 7 éve
szülő
commit
b73da3d8a4
1 módosított fájl, 0 hozzáadás és 6 törlés
  1. 0 6
      src/main.rs

+ 0 - 6
src/main.rs

@@ -10,12 +10,6 @@ use std::io::prelude::*;
 use discord::{Discord, State};
 use discord::{Discord, State};
 use discord::model::Event;
 use discord::model::Event;
 
 
-// A simple DJ bot example.
-// Use by issuing the command "!dj <youtube-link>" in PM or a visible text channel.
-// The bot will join the voice channel of the person issuing the command.
-// "!dj stop" will stop playing, and "!dj quit" will quit the voice channel.
-// The bot will quit any voice channel it is the last user in.
-
 #[derive(Debug, Deserialize)]
 #[derive(Debug, Deserialize)]
 struct Config {
 struct Config {
     discord_token: String,
     discord_token: String,