From 3a018eab9993bfaa210bdefcb0d0af8011d753a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=AE=28gorg=29?= <81434111+GeorgeRNG@users.noreply.github.com> Date: Sun, 1 Jan 2023 12:51:44 +0000 Subject: [PATCH] Update ?nbs command Use DFOnline for the template because derpystuff is no longer working. Replace CodeUtilities with Recode since cu has been replace. --- .../helpbot/bot/command/impl/other/fun/NbsCommand.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/diamondfire/helpbot/bot/command/impl/other/fun/NbsCommand.java b/src/main/java/com/diamondfire/helpbot/bot/command/impl/other/fun/NbsCommand.java index d35ce74b..90772bb8 100644 --- a/src/main/java/com/diamondfire/helpbot/bot/command/impl/other/fun/NbsCommand.java +++ b/src/main/java/com/diamondfire/helpbot/bot/command/impl/other/fun/NbsCommand.java @@ -26,7 +26,7 @@ public String getName() { @Override public HelpContext getHelpContext() { return new HelpContext() - .description("Generates a Codeutils song function.") + .description("Generates a Recode song function.") .category(CommandCategory.OTHER); } @@ -74,7 +74,7 @@ public void run(CommandEvent event) { .setColor(new Color(70,199,82)) .setTitle("Template Generated!") .setThumbnail(NBS_IMAGE) - .addField("Information","You can copy the command above and give it to yourself in singleplayer. Use toolbars to transfer it to Diamondfire. You will need a [Music Player](https://derpystuff.gitlab.io/code/l?link=7cf5d91c35bbde31c28567d8d8945c40) function to play this song!", false); + .addField("Information","You can copy the command above and give it to yourself in singleplayer. Use toolbars to transfer it to Diamondfire. You will need a [Music Player](https://dfonline.dev/edit/?template=nbs) function to play this song!", false); channel.sendFile(templateOutputfile).setEmbeds(embed.build()).queue();