📜  BetterDiscord nitro 控制台命令 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:20.387000             🧑  作者: Mango

代码示例1
// 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;