tn_discord 1.2.0 copy "tn_discord: ^1.2.0" to clipboard
tn_discord: ^1.2.0 copied to clipboard

A powerful Dart library for interacting with the Discord API.

1.2.0 #

  • Add client
  • Add Event Emitter/Listener (client.on)
  • Add GatewayIntentsBits class
  • Add Event Class
  • Add Event Ready
  • Add Event GuildCreate
  • Add Event GuildDelete
  • Add Event InteractionCreate
  • Add many classes

1.1.1 #

  • Fix readme

1.1.0 #

  • Changed webhookclient.send() -> webhookclient.sendText()
  • Add webhookclient.send(String content, List<Map<String, dynamic>> embeds)
  • Add webhookclient.edit(String message-id, {String content, List<Map<String, dynamic>> embeds})
  • Add webhookclient.editText(String message-id, String content)
  • Add webhookclient.get(String message-id)
  • Add webhookclient.delete(String message-id)

1.0.0 #

  • Initial version.
1
likes
130
points
82
downloads

Documentation

API reference

Publisher

verified publisherthundernetwork.org

Weekly Downloads

A powerful Dart library for interacting with the Discord API.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

events_emitter, http

More

Packages that depend on tn_discord