Various minor cleanup

This commit is contained in:
Jason Penilla 2021-06-28 02:13:48 -07:00 committed by Jason
parent 0c5fec4187
commit f7b7b93251
12 changed files with 29 additions and 21 deletions

View file

@ -70,7 +70,7 @@ public final class ExamplePlugin extends Plugin {
mapperFunction
);
} catch (final Exception e) {
this.getLogger().severe("Failed to initialize the command this.manager");
this.getLogger().severe("Failed to initialize the command manager");
return;
}