Removes all reactions from the current message.
Example:
await ctx.removeReactions();
Future<bool> removeReactions() { return setReaction([]); }