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": {