refactor: remove verification guide (#491)

* refactor: remove verification guide

* refactor: add disclosure guide
This commit is contained in:
ByungChul Kim 2022-04-10 17:12:20 +09:00 committed by GitHub
parent 844ac8dae2
commit 9c7fc3807f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,14 +107,6 @@ const AddBot:NextPage<AddBotProps> = ({ logged, user, csrfToken, theme }) => {
<li><Link href='/discord'><a rel='noreferrer' target='_blank' className='text-blue-500 hover:text-blue-600'> </a></Link> ?</li>
<li> <Link href='/guidelines'><a rel='noreferrer' target='_blank' className='text-blue-500 hover:text-blue-600'></a></Link> ?</li>
<li> ? , .</li>
<li> ? , .</li>
( ) . <br/>
<strong> (Slash Command) .</strong> . ( .)
<ul>
<li>- 명령어: 도움, , , help, commands</li>
<li>- , <br/>
: []hellothisisverification 응답: 유저#()</li>
</ul>
<li>, API에 .</li>
</ul>
</Message>
@ -223,4 +215,4 @@ interface AddBotProps {
theme: Theme
}
export default AddBot
export default AddBot