Skip to content

Commit

Permalink
I'm the photoshop master
Browse files Browse the repository at this point in the history
Also, version 3.0.0-beta.3
  • Loading branch information
Remco committed May 26, 2016
1 parent 078da2b commit 34e1560
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<h1 align="center">
WildBeast
</h1>
<img src="http://i.imgur.com/IH4Qq6N.png"></h1>

<p align="center">
<a href="https://snap-ci.com/SteamingMutt/WildBeast/branch/master"><img src="https://snap-ci.com/SteamingMutt/WildBeast/branch/master/build_image" alt="Build Status"></a>
<a href="http://nodejs.org"><img src="https://img.shields.io/badge/Node.js-5.10.1-blue.svg" alt="Node JS"></a>
<a href="http://npmjs.com"><img src="https://img.shields.io/badge/npm-3.8.6-blue.svg" alt="npm"></a>
<a><img src="https://img.shields.io/badge/Version-3.0.0--beta.1-blue.svg" alt="Version"></a>
<a><img src="https://img.shields.io/badge/Version-3.0.0--beta.3-blue.svg" alt="Version"></a>
<a href="https://discord.gg/0cFoiR5QVh5LZlQO"><img src="https://discordapp.com/api/servers/110462143152803840/widget.png" alt="Discord server"></a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "WildBeast",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"description": "A Discord Bot",
"main": "DougBot.js",
"maintainers": [
Expand Down
2 changes: 1 addition & 1 deletion runtime/internal/voice.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ function fetch (v, msg, stats) {
if (stats) {
x = stats
}
YT.getInfo(v, function (err, i) {
YT.getInfo(v, ['--skip-download'], function (err, i) {
if (!err && i) {
y++
if (list[msg.guild.id] === undefined || list[msg.guild.id].link.length < 1) {
Expand Down

0 comments on commit 34e1560

Please sign in to comment.