feat: improve furry and gay commands by sending the percentage #33
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ABOCN/TelegramBot#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "improve_fun"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -8,1 +8,3 @@
const shouldSendGif = Math.random() < 0.5;
const randomNumber = Math.floor(Math.random() * 100);
const shouldSendGif = randomNumber > 50;
crypto.pseudoRandomBytes()/Math.random() is a cryptographically weak random number generator.
Show more details
crypto.pseudoRandomBytes()/Math.random() is a cryptographically weak random number generator.
Show more details