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>',