From d562fd9959dd40ef2898a8c2ffebd22b96978c48 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 1 Sep 2018 18:02:10 -0400 Subject: [PATCH] Add streaming to user info --- commands/info/user.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/info/user.js b/commands/info/user.js index b8c67e85..1e2cc51c 100644 --- a/commands/info/user.js +++ b/commands/info/user.js @@ -3,6 +3,7 @@ const { MessageEmbed } = require('discord.js'); const { trimArray } = require('../../util/Util'); const activities = { PLAYING: 'Playing', + STREAMING: 'Streaming', WATCHING: 'Watching', LISTENING: 'Listening to' }; diff --git a/package.json b/package.json index b188cb87..aaec5a49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "88.3.4", + "version": "88.3.5", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {