mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-13 08:09:52 +02:00
add rolebutton
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = {
|
||||
description: 'Enregistre le message pour les logs de raid.',
|
||||
category: 'antiraid',
|
||||
emote: '📝',
|
||||
utilisation: '+raidping <message>',
|
||||
utilisation: 'raidping <message>',
|
||||
async execute(message, args) {
|
||||
// Join all elements from args[0] onwards to form the full message
|
||||
const messageContent = args.slice(0).join(' ');
|
||||
|
||||
Reference in New Issue
Block a user