-
-
Notifications
You must be signed in to change notification settings - Fork 13
Seoabot Remaster(Rewrite) #69
base: remaster
Are you sure you want to change the base?
Conversation
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.2. - [Release notes](https://github.com/mysticatea/eslint-utils/releases) - [Commits](mysticatea/eslint-utils@v1.4.0...v1.4.2) Signed-off-by: dependabot[bot] <[email protected]>
…s-1.4.2 Bump eslint-utils from 1.4.0 to 1.4.2
add lang
* @param {String | Number} perm 디스코드 권한 | ||
* @param {Boolean} ownOnly 봇 소유자 전용 여부 | ||
*/ | ||
constructor (alias, name, commandKey, perm, ownOnly) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
constructor에다 args 여러개 넣는 것 보단 options 같은 Object로 묵거나 상속하는 클래스들에서 다시 this 값들을 선언해주는 것이 좋아요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
시간이 늦은 관계로 내일부터 수정할 예정입니다
}, | ||
{ | ||
"language": "py3", | ||
"question": "다음 python3 코드에서 random 값이 3이라면 'Yee'가 출력되는가?", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
코드가 어디 있나요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lib/commands/quiz.js에서 사용됩니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
질문에서 다음 python3 코드
라고 하는데 코드가 없는거 같아서요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
퀴즈 제작하시는분들 일좀 시키죠
Co-Authored-By: Helloyunho <[email protected]>
Bumps [acorn](https://github.com/acornjs/acorn) from 7.0.0 to 7.1.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](acornjs/acorn@7.0.0...7.1.1) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.15...4.17.19) Signed-off-by: dependabot[bot] <[email protected]>
Bump acorn from 7.0.0 to 7.1.1
Bump lodash from 4.17.15 to 4.17.19
Remaster 작업은 끝났고 이슈에 있는 기능들을 하나씩 추가할 예정