Skip to content

Instantly share code, notes, and snippets.

View dn1t's full-sized avatar
📺
Mobile Killed The Video Star

David Lee / 이다윗 dn1t

📺
Mobile Killed The Video Star
View GitHub Profile
declare interface Api {
runRhino(source: string);
}
declare interface Bot {
/**
* 메시지를 전송합니다
* @param room 전송할 방의 이름
* @param message 전송할 메시지
*/