Fix naming at couple places

This commit is contained in:
oSumAtrIX 2022-02-09 15:51:33 +01:00
parent 8a3d1eaa2a
commit 2b401ff55b
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
3 changed files with 3 additions and 3 deletions

@ -1,4 +1,4 @@
# NitroBypass # Nitro Bypass
Send any emoji and screen share in high quality without Discord Nitro Send any emoji and screen share in high quality without Discord Nitro

@ -8,7 +8,7 @@ module.exports = class NitroBypass extends Plugin {
async startPlugin() { async startPlugin() {
powercord.api.settings.registerSettings(this.entityID, { powercord.api.settings.registerSettings(this.entityID, {
category: this.entityID, category: this.entityID,
label: 'NitroBypass', label: 'Nitro Bypass',
render: Settings, render: Settings,
}); });

@ -1,5 +1,5 @@
{ {
"name": "Nitro bypass", "name": "Nitro Bypass",
"version": "1.0.3", "version": "1.0.3",
"description": "Send any emoji and screen share in high quality.", "description": "Send any emoji and screen share in high quality.",
"author": "oSumAtrIX#5767", "author": "oSumAtrIX#5767",