Add streaming to user info

This commit is contained in:
Dragon Fire
2018-09-01 18:02:10 -04:00
parent 66253f608f
commit d562fd9959
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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'
};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "88.3.4",
"version": "88.3.5",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {