=Update for Beans

Fixes and updates for beans
This commit is contained in:
Alex Stewart
2020-09-29 02:42:01 -04:00
parent 20a16f2c74
commit 6ddb0fc532
3 changed files with 3 additions and 37 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ public class CommandBeansShow extends Command
{
if(input.mentions == null)
{
res.send("" + user.getBeans());
//res.send("" + user.getBeans());
try {
res.sendFile(combineImages(user.getBeans()), "png");
} catch (IOException e) {