Uses of Class
dev.sympho.bot_utils.DiscordUtils.AttachmentException
Packages that use DiscordUtils.AttachmentException
-
Uses of DiscordUtils.AttachmentException in dev.sympho.bot_utils
Methods in dev.sympho.bot_utils that throw DiscordUtils.AttachmentExceptionModifier and TypeMethodDescriptionstatic MessageCreateFields.FileDiscordUtils.attachData(String filename, byte[] data, boolean spoiler) Prepares data to be attached to a message as a file.static MessageCreateFields.FileDiscordUtils.attachImage(String name, BufferedImage image, boolean spoiler) Prepares an image to be attached to a message.