mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 17:42:48 +00:00
added build files
This commit is contained in:
@@ -37,6 +37,7 @@ export default class SoundList extends React.Component {
|
||||
}
|
||||
|
||||
checkExtension(extension) {
|
||||
console.log(extension);
|
||||
switch(extension) {
|
||||
case "wav":
|
||||
return true;
|
||||
@@ -45,7 +46,6 @@ export default class SoundList extends React.Component {
|
||||
case "mpeg":
|
||||
return true;
|
||||
default:
|
||||
console.log("not working");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user