A Random Rumble discord bot for destiny 2. Mini Flask webapp as interface to pair up discord info with bungie auth code.
How to use:
- Invite to discord.
@Randy register
@Randy randomize
@Randy map
if you want.@Randy restore
Commands:
randomize
- Randomize items on your last logged in character.
- Randy will smartly return any pulled items from vault on subsequent randomize commands.
restore
- Restore character inventory and state to one before your first randomize.
clear
- Clear all stored character specific info on Randy.
- This allows you to switch character while maintaining inventory management.
Want to host your own instance?
- Clone and satisfy requirements.
- Make your ouath enabled app for bungie here.
- Make your discord app and add a bot account for it here.
- Change arguments for
run
inapp.py
. If you want https redirect to work from Bungie you will need a domain and cert. config.json
- token : discord bot token
- secret : bungie client secret
- key : bungie api key
- client_id : bungie client id
- register_hostname : URL to use in discord for register links