Skip to content

Commit

Permalink
Update serverlist.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chethanyadav456 committed May 17, 2022
1 parent 40a8ec8 commit 20c61bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/owner/serverlist.js
Expand Up @@ -10,7 +10,7 @@ module.exports = {
usage: '<string>',
permission: [],
owner: true,
execute: async (message, args, client, prefix) => {
run: async (client, message, args, guildData, lang) => {
const serverlist = client.guilds.cache.map(
(guild, i) => `\`[ • ]\` | ${guild.name} | \`[ ${guild.id} ]\` | \`[${guild.memberCount}]\``,
);
Expand Down

0 comments on commit 20c61bf

Please sign in to comment.