Skip to content

Commit

Permalink
pagination and roles display bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomato6966 authored Jan 28, 2022
1 parent 5fd0c23 commit acb4c41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions commands/🔰 Info/serverinfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ module.exports = {
description: "Shows info about a server",
usage: "serverinfo",
type: "server",
run: async (client, message, args, cmduser, text, prefix, player, es, ls) => {


run: async (client, message, args, cmduser, text, prefix, player) => {
let es = client.settings.get(message.guild.id, "embed");
let ls = client.settings.get(message.guild.id, "language");
try {
function trimArray(arr, maxLen = 40) {
if ([...arr.values()].length > maxLen) {
Expand Down

0 comments on commit acb4c41

Please sign in to comment.