BetterDiscord nitro console command code example
Example: BetterDiscord nitro console command
// how to change your nitro version on discord
// you'll be able to use this to stream 1080p60 with screenshare
//
// requirements!
// - betterDiscord installed
//
// open console using ctrl+shift+i and paste the following in the console:
BdApi.findModuleByProps("getCurrentUser").getCurrentUser().premiumType = 2;