[package] name = "twilight-convenience" description = "A bunch of convenience traits and functions for the Twilight Discord library" version = "0.2.0" repository = "https://github.com/laralove143/twilight-convenience" documentation = "https://docs.rs/twilight-convenience/" edition = "2018" license = "MIT" [dependencies] twilight-model = "0.6" twilight-http = "0.6" twilight-embed-builder = "0.6" twilight-util = { version = "0.6", features = ["snowflake"] } thiserror = "1.0"