1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-09 16:42:48 +00:00

hopefully fix bot mic from staying open

This commit is contained in:
2018-08-23 21:38:32 -05:00
parent 94bac26903
commit 325203cc5e
4 changed files with 9 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "go-discord-bot",
"version": "0.7.0",
"version": "0.7.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "go-discord-bot",
"version": "0.7.0",
"version": "0.7.1",
"description": "Client for go-discord-bot",
"scripts": {
"build": "NODE_ENV=prod webpack -p --progress --colors",