[Feature Request] Spooky Nickname Changer
See original GitHub issueCreate a new feature for the bot called halloweenify
. This is a version of our hiphopify
feature, except it works a bit differently.
- Instead of being a moderation tool, the command can only be invoked upon yourself.
- When invoked, it randomly changes your own name to a scary spooky halloween name, and delivers a hiphopify-esque embed with a picture.
- The nickname change is not enforced in any way, and there is no halloweenify-prison.
If you’re not sure what hiphopify is, here is an example of how the embed looks:
- Scrape some spooky names from the web, along with accompanying pictures.
- Store these in a JSON file (or a similar data format)
- Implement a
!halloweenify
command that changes the invokers name to one of these names. - Build and deliver an embed like the one shown above with a picture of the character whose name you’ve adopted.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
[Feature Request] Spooky Nickname Changer · Issue #10
When invoked, it randomly changes your own name to a scary spooky halloween name, and delivers a hiphopify-esque embed with a picture. The ......
Read more >Let us change name, voice, and all character aspects at the ...
r/DarkTide - FEATURE REQUEST: Let us change name, voice, and all ... he had modification to exxagerate his injuries and make him look...
Read more >[Feature request] Similarly Named Alternative Versions are ...
Once a set exists, changing the name of one alternative in the set changes all of them so the set doesn't break.
Read more >Please make it easier to change nicknames or account ...
Make the account name change process easier. (probably not going to happen, but it is a solution); Allow players to set a nickname...
Read more >Celebrate Halloween With These Alexa Tips and Tricks
"Alexa, let's get spooky." Here's how to use your Amazon Echo device to turn your home into a haunted house, share spooky stories...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That linked list looks like a good start, but maybe filter out those pictures that look like normal, boring people. Depending on their role and whether one actually knows them, the user might be a bit disappointed. Alternative idea, take the whole list, any maybe expand the task by allowing people to rate the halloweenify they get by clicking a pre-made reaction from e.g. 1-5. You can store that and make highly rated monsters more likely to appear.
Regarding the place to store data (JSON, pictures, …), I’d use the same structure we use in our main Python bot and create a new folder
/bot/resources/halloweenify
or so, like in https://gitlab.com/python-discord/projects/bot/tree/master/bot/resourcessolved in #34