diff --git a/server/chat-commands/info.ts b/server/chat-commands/info.ts index c9e52c2d8e..5047aae62a 100644 --- a/server/chat-commands/info.ts +++ b/server/chat-commands/info.ts @@ -1944,7 +1944,8 @@ export const commands: Chat.ChatCommands = { descHtml.push(...format.threads); } else { const genID = ['rb', 'gs', 'rs', 'dp', 'bw', 'xy', 'sm', 'ss', 'sv']; - descHtml.push(`This format has no resources linked on its Smogon Dex page. ` + + const gen = Dex.forFormat(format).gen; + descHtml.push(`This format has no resources linked on its Smogon Dex page. ` + `Please contact a C&C Leader to resolve this. ` + `Alternatively, if this format can't have a page on the Smogon Dex, message dhelmise.
`); }