mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Add streaming to user info
This commit is contained in:
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "88.3.4",
|
||||
"version": "88.3.5",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user