Skip to content

Commit

Permalink
Edit description of the automated role asssignment example
Browse files Browse the repository at this point in the history
  • Loading branch information
KamalikaSene committed Jul 5, 2024
1 parent 0e55da4 commit 7076470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/automated-role-assignment/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Automated Role Assignment Based on Reactions

This example demonstrates how using the Discord API how to automatically assign roles based on the reactions to a message. The Ballerina programme sends a message to the users in a channel stating to react to that message with the emoji representing the role they require. The emoji reactions are retrieved and according to each user's emoji, each role is assigned to each user.
This example demonstrates how to use the Discord API to automatically assign roles based on reactions to a message. The Ballerina program sends a message to users in a channel, instructing them to react with an emoji representing the role they desire. The program then retrieves the emoji reactions and assigns roles to each user according to their chosen emoji.

## Prerequisites

Expand Down

0 comments on commit 7076470

Please sign in to comment.