mirror of
https://github.com/MrUnknownDE/UnknownAI.git
synced 2026-04-19 06:23:45 +02:00
huch?
This commit is contained in:
15
commands/utility/hello.js
Normal file
15
commands/utility/hello.js
Normal file
@@ -0,0 +1,15 @@
|
||||
const Discord = require('discord.js');
|
||||
const config = require('../../configs/config.json');
|
||||
module.exports = {
|
||||
config: {
|
||||
name: 'Hello',
|
||||
description: '',
|
||||
aliases: [""],
|
||||
usage: '',
|
||||
accessableby: "",
|
||||
},
|
||||
run: async (client, message, args) => {
|
||||
message.channel.send("Hello <3");
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user