@CommandInfo(name="Guildlist",
description="Gets a paginated list of the guilds the bot is on.",
requirements={"The bot has all necessary permissions.","The user is the bot\'s owner."})
@Error(value="If arguments are provided, but they are not an integer.",
response="[PageNumber] is not a valid integer!")
@RequiredPermissions(value={MESSAGE_EMBED_LINKS,MESSAGE_ADD_REACTION})
@Author(value="John Grosh (jagrosh)")
public class GuildlistCommand
extends com.jagrosh.jdautilities.command.Command
aliases, arguments, botMissingPermMessage, botPermissions, category, children, cooldown, cooldownScope, guildOnly, help, helpBiConsumer, hidden, name, ownerCommand, requiredRole, userMissingPermMessage, userPermissions, usesTopicTags| Constructor and Description |
|---|
GuildlistCommand(com.jagrosh.jdautilities.commons.waiter.EventWaiter waiter) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
execute(com.jagrosh.jdautilities.command.CommandEvent event) |
getAliases, getArguments, getBotPermissions, getCategory, getChildren, getCooldown, getCooldownError, getCooldownKey, getHelp, getName, getRequiredRole, getUserPermissions, isAllowed, isCommandFor, isGuildOnly, isHidden, isOwnerCommand, run