feat: add icon

This commit is contained in:
neoarz
2025-12-16 22:38:53 -05:00
parent cd96edc170
commit 7bfaa4bc95
5 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# NitroSniper
# NitroSniper <img width="150" align="right" src="assets/icon.png">
[![Version](https://img.shields.io/badge/Version-1.0.0-5865F2)](https://github.com/neoarz/NitroSniper)
[![GitHub License](https://img.shields.io/github/license/neoarz/NitroSniper?color=%23e78284)](https://github.com/neoarz/NitroSniper/blob/main/LICENSE)

BIN
assets/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 MiB

BIN
assets/sunset.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

View File

@@ -23,7 +23,6 @@ export default definePlugin({
This plugin breaks Discord's TOS. Use at your own risk.
</Alert.Error>
),
enabledByDefault: false, // Safer to have off by default?
start() {
this.startTime = Date.now();