From 6e404b8b4c028574b54e74042b8c37e994bb4490 Mon Sep 17 00:00:00 2001 From: almostSouji Date: Tue, 27 Aug 2024 11:17:36 +0200 Subject: [PATCH] chore(how-to-get-help): remove v13 --- resources/HOW_TO_GET_HELP.md | 2 +- src/index.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/HOW_TO_GET_HELP.md b/resources/HOW_TO_GET_HELP.md index e852a46..8b96205 100644 --- a/resources/HOW_TO_GET_HELP.md +++ b/resources/HOW_TO_GET_HELP.md @@ -3,7 +3,7 @@ - Skip "I need help", "Help please", "Can I ask a thing", "I have an error" - Yes you can! Getting help is what this server is for! - Not a discord.js question? Post in %OTHER_JS_FORUM_CHANNEL%. *(using code in a bot does not mean it is a question about using discord.js!)* - Consider using %HELP_FORUM_CHANNEL% for questions you think won't be quick to solve. -- You can use %HELP_V13_CHANNEL% or %HELP_V14_CHANNEL% for questions you expect can be quickly solved. +- You can use %HELP_V14_CHANNEL% for questions you expect can be quickly solved. - For voice (sending/receiving sound), please use %HELP_VOICE_FORUM_CHANNEL%. ## How to Ask a (Good) Question - Show your code. diff --git a/src/index.ts b/src/index.ts index 1612dd7..ef2c328 100644 --- a/src/index.ts +++ b/src/index.ts @@ -13,7 +13,6 @@ const replacePatterns = { '%RULES_CHANNEL%': '<#222109930545610754>', '%RESOURCES_CHANNEL%': '<#729580210634358804>', '%USEFUL_SERVERS_CHANNEL%': '<#237743386864517122>', - '%HELP_V13_CHANNEL%': '<#874431116533178459>', '%HELP_V14_CHANNEL%': '<#824411059443204127>', '%HELP_FORUM_CHANNEL%': '<#986520997006032896>', '%HELP_VOICE_FORUM_CHANNEL%': '<#998942774994927646>',