Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Added in blacklist command #20

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Added in blacklist command #20

wants to merge 3 commits into from

Conversation

darbyjack
Copy link

Took 24 minutes

@darbyjack
Copy link
Author

Added in forks to GitHub command.

String emoji;
String check = String.valueOf(array.getJSONObject(i).getBoolean("blocked"));
if (check.equalsIgnoreCase("false")) {
emoji = "✅";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unicode pls.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Took 29 seconds
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants