add rotating presences

This commit is contained in:
Lee
2024-06-25 12:16:20 +01:00
parent e9422793cb
commit 0f2c684300
3 changed files with 17 additions and 8 deletions

View File

@ -15,8 +15,8 @@ import org.springframework.stereotype.Component;
* @author Fascinated (fascinated7)
*/
@Component("scoresaber-number-one-feed")
public class NunberOneFeedCommand extends BatCommand {
public NunberOneFeedCommand(@NonNull ApplicationContext context) {
public class NumberOneFeedCommand extends BatCommand {
public NumberOneFeedCommand(@NonNull ApplicationContext context) {
super("scoresaber-number-one-feed");
super.setCategory(Category.BEAT_SABER);