add game command

This commit is contained in:
Tutur33
2024-02-26 11:20:08 +01:00
parent a9d92fbff6
commit 7ee772a6b9
23 changed files with 229 additions and 160 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ module.exports = {
utilisation: '',
permission: 0,
async execute(message: any, args: any, client: any) {
async execute(message: any, args: string[], client: any) {
const ping = new ButtonBuilder()
.setCustomId('confirm')
.setLabel('🔄')