Class GuildlistCommand


@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({MESSAGE_EMBED_LINKS,MESSAGE_ADD_REACTION}) @Author("John Grosh (jagrosh)") public class GuildlistCommand extends Command
Author:
John Grosh (jagrosh)