1
0
Fork 0
mirror of https://github.com/ChomeNS/chomens-bot-mc.git synced 2025-03-26 03:49:42 -04:00
This commit is contained in:
ChomeNS 2022-09-11 11:31:58 +07:00
parent 8427de84c0
commit 0d279915fc

View file

@ -21,7 +21,7 @@ module.exports = {
},
discordExecute: async function(bot, username, usernameraw, sender, prefix, args, channeldc) {
try {
let players = '';
players = '';
for (const property of bot.tabcompleteplayers) {
if (property.match.startsWith('@')) continue;
players += `\`${property.match}\` \`${bot.players.getPlayer(property.match).UUID}\`` + '\n';