We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f707c27 commit 722c8a6Copy full SHA for 722c8a6
src/main/java/com/nxyi/addon/Addon.java
@@ -26,7 +26,7 @@ public class Addon extends MeteorAddon {
26
27
@Override
28
public void onInitialize() {
29
- LOG.info("Initializing Meteor Addon Template");
+ LOG.info("Kawaii Mode Activated");
30
31
// Modules
32
Modules.get().add(new SpamBypass());
0 commit comments