Sopur / Discord-user-bots

Working discord user bots library.
MIT License
81 stars 35 forks source link

feat(reaction): add remove reaction #25

Closed gearintellix closed 2 years ago

gearintellix commented 2 years ago

Fix: https://github.com/Sopur/Discord-user-bots/issues/24

How to use:

client.remove_reaction(
    "914533528245506068", // The message to remove a reaction to
    "753267478943105028", // The channel the message is in
    "🤖" // Emoji to react with (Cannot be ":robot:" has to be an actual emoji like "🤖")
);
Sopur commented 2 years ago

Thank you for another kind contribution.