edit method

Edits current sticker

Implementation

Future<GuildSticker> edit(StickerBuilder builder) =>
    client.httpEndpoints.editGuildSticker(this.guild.id, this.id, builder);