mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2025-03-26 03:49:42 -04:00
Real
This commit is contained in:
parent
8427de84c0
commit
0d279915fc
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Reference in a new issue