Skip to content

Commit

Permalink
Update member-status.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SiberizmDev authored Nov 3, 2022
1 parent 9401ca9 commit 294f917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/thunar-member/member-status.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { renk, slogan } = require("../../versioninfo.json");
const db = require("quick.db");
const {MessageEmbed} = require("discord.js");

exports.run = (client, message, args) => {//hamzamertakbaba#1268
exports.run = (client, message, args) => {

let Member = message.mentions.users.first()
if (!Member) return message.channel.send(`${message.author} Durumuna bakmak istediğin bir kullanıcıyı etiketlemelisin.`).then(m => m.delete({ timeout: 10000 }));
Expand Down

0 comments on commit 294f917

Please sign in to comment.