dartcord_core 0.2.1 dartcord_core: ^0.2.1 copied to clipboard
Dartcord makes it easy to create discord bots using the Dart programming language
0.2.1 #
- Added inline property to the
MessageEmbedTextField
0.2.0 #
- Added MessageEmbed support (This works in both
Message.reply()
andTextChannel.sendMessage()
) - Added a helper method to mention a specific user or channel (
User.mention()
andTextChannel.mention()
)
0.1.1 #
- Added dartdoc comments to the public API
- Added an example, with more examples coming soon
0.1.0 #
Added the following features to the codebase
- Sending messages to a specific channel
- Replying to messages
- Getting users
- Getting information about a guild (server)