mojekomandy
This commit is contained in:
parent
7df66fd9ce
commit
51bb0238fb
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "denim_3001",
|
||||
"version": "3001.48.1",
|
||||
"version": "3001.48.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "denim_3001",
|
||||
"version": "3001.48.1",
|
||||
"version": "3001.48.2",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@discordjs/voice": "^0.15.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "denim_3001",
|
||||
"version": "3001.48.1",
|
||||
"version": "3001.48.2",
|
||||
"description": "Toto je velmi kvalitní bot.",
|
||||
"repository": {
|
||||
"url": "https://github.com/Histmy/Denim-Bot/"
|
||||
|
||||
@ -115,6 +115,22 @@ const exp: Modul = {
|
||||
|
||||
return `vlastnitel je <@${cmd.owner}>`;
|
||||
}
|
||||
},
|
||||
|
||||
mojekomandy: mes => {
|
||||
let text = "tovje koamdy:\n";
|
||||
|
||||
for (const key in customKomandy) {
|
||||
if (customKomandy[key].owner == mes.author.id) text += `${key}\n`;
|
||||
}
|
||||
|
||||
text += "\ntovje ajilasy:\n";
|
||||
|
||||
for (const key in customAliasy) {
|
||||
if (customAliasy[key].owner == mes.author.id) text += `${key}\n`;
|
||||
}
|
||||
|
||||
return text;
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user