mirror of
https://github.com/arthur-pbty/selfbot-discord.git
synced 2026-06-15 00:02:55 +02:00
add command
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Message, Client } from 'discord.js';
|
||||
import sqlite3 from 'sqlite3';
|
||||
require('dotenv').config();
|
||||
const joinVC = require('../fonctions/joinVC');
|
||||
const joinVC = require('../../fonctions/joinVC');
|
||||
|
||||
module.exports = {
|
||||
aliases: ['autovocset', 'autovoc'],
|
||||
@@ -0,0 +1,13 @@
|
||||
import { Message, Client } from 'discord.js';
|
||||
|
||||
module.exports = {
|
||||
aliases: [],
|
||||
description: 'Avoir des infos sur le bot.',
|
||||
emote: '⏱️',
|
||||
utilisation: '',
|
||||
|
||||
async execute(message: Message, args: string[], client: Client) {
|
||||
message.edit(`Salut bg !\nJe vend des bots, des selfbots, des tokens et de l'herbergement, me mp pour plus d'infos !\nN'hésite pas a regarder mon profil pour plus d'infos !`);
|
||||
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user