mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-16 23:57:48 +02:00
Update help with good configurationon commands
This commit is contained in:
@@ -3,7 +3,10 @@ const { ActivityType } = require("discord.js");
|
||||
module.exports = {
|
||||
name: 'watch',
|
||||
description: 'Changer le status du bot en watch',
|
||||
emote: '👁️',
|
||||
utilisation: 'watch <status>',
|
||||
category: 'botcontrol',
|
||||
|
||||
async execute(message, args, client) {
|
||||
const streamText = args.join(' ') || 'Streaming';
|
||||
const streamURL = 'https://www.twitch.tv/valou336_yt';
|
||||
|
||||
Reference in New Issue
Block a user