dartcord_core 0.3.0 dartcord_core: ^0.3.0 copied to clipboard
Dartcord makes it easy to create discord bots using the Dart programming language
0.3.0 #
- Added name property to
Channel
- Added topic property to
TextChannel
- Added callbacks on
Client
for theMESSAGE_DELETE
andMESSAGE_UPDATE
events - Added callbacks on
Client
for theCHANNEL_CREATE
,CHANNEL_UPDATE
andCHANNEL_DELETE
events - Made
Message.author
nullable
0.2.1 #
- Added inline property to
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)