Add start.sh to ignore files for local play
This commit is contained in:
parent
67e26a4c68
commit
58c6a2647e
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ impl Play {
|
||||||
let os_name = file.unwrap().file_name();
|
let os_name = file.unwrap().file_name();
|
||||||
let name = os_name.to_str().unwrap();
|
let name = os_name.to_str().unwrap();
|
||||||
|
|
||||||
if name != "RMusicBot" && name != "bot.conf" {
|
if name != "RMusicBot" && name != "bot.conf" && name != "start.sh" {
|
||||||
songs.push(Song {
|
songs.push(Song {
|
||||||
name: name.to_string(),
|
name: name.to_string(),
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue