mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-14 08:08:18 +02:00
add rolebutton
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = {
|
||||
description: 'Affiche et configure les logs du serveur.',
|
||||
category: 'gestion',
|
||||
emote: '📝',
|
||||
utilisation: '+logs',
|
||||
utilisation: 'logs',
|
||||
async execute(message, args) {
|
||||
let data = await new Promise((resolve, reject) => {
|
||||
db.get('SELECT value FROM gestion WHERE id = ?', [message.client.user.id], (err, row) => {
|
||||
|
||||
Reference in New Issue
Block a user