mirror of
https://github.com/arthur-pbty/gestion-perso.git
synced 2026-06-26 06:33:06 +02:00
add anti crash + command
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
import { Message, Client, EmbedBuilder, StringSelectMenuBuilder, ActionRowBuilder } from "discord.js";
|
||||
|
||||
module.exports = {
|
||||
aliases: ['setpres'],
|
||||
description: 'Changer le status du bot',
|
||||
emote: '🟢',
|
||||
utilisation: '',
|
||||
permission: '8',
|
||||
|
||||
async execute(message: Message, args:string[], client: Client) {
|
||||
if (!client.user) return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user