-
-
Notifications
You must be signed in to change notification settings - Fork 257
Description
Description
I would like to add a new "prank" command called .hack to the fun category.
This command allows users to "fake hack" a friend by displaying a series of fast-paced, humorous messages that simulate a hacking process (e.g., "Finding IP Address," "Injecting virus," "Stealing history"). It is purely cosmetic and intended to be a lighthearted joke within the community.
Reasoning
Engagement: It’s a classic Discord bot feature that encourages fun interactions between members.
Safety: The command uses randomized fake data, ensuring no actual private information is ever targeted or shared.
Proposed Implementation
I want to add a .hack command (as a hybrid command) that performs a "fake hack" prank on a mentioned user.
The logic:
The command will take a member as an argument.
It will use a series of message.edit calls with asyncio.sleep to simulate a "hacking" progress bar/sequence.
It will display randomized fake data like a fake email, password, and IP address.
Note on Faker: I currently use the faker library to generate the random data. If the team prefers not to add a new dependency, I can rewrite it to use a static list of funny fake data instead.
Command name: /hack <member> or .hack <member>
Would you like to implement this yourself?
- I'd like to implement this feature myself
- Anyone can implement this feature