Releases: flashbot-discord/flashbot
Releases · flashbot-discord/flashbot
v0.8-beta.2
비교(Compare): a5b399d...1cbe34c
v0.8-beta.1: 코드 재작성 후 첫 베타 The First Rewritten Beta
비교 (Compare): e9aba8d...a5b399d
English: Please scroll down.
한국어
안내
이제부터 이 봇은 한국어 우선으로 변경됩니다. 커밋 이름은 신경쓰지 말아주세요
변경 사항
- 전체 코드 새로 변경
- 확장 기능 지원
- 설치 스크립트 추가 (데이터베이스 설정 및 확장 기능
node_modules
설치) - 자체 페이지 처리 기능 추가
명령어
//help
: 도움말 페이징 추가//load
,//reload
,//unload
추가 (순서대로 명령어 로드, 리로드, 언로드)//savenow
추가: JSON 파일 저장 방식 사용 시, 즉시 저장//userinfo
: 유저 정보 명령어에서 embed로 표시하도록 변경 (옵션 추가 예정)//serverinfo
추가: 서버 정보 명령어
DB
- 자체 DB 핸들러 제작
- JSON 파일 저장 방식 구조 변경
- MySQL(MariaDB) 지원
- PostgreSQL 지원
English
Information
From now on, this bot supports Korean more prioirty.
Changes
- Rewrite whole code
- Supports Extensions
- Added Install script (Setup database and install extensions'
node_modules
) - Added page handling
Commands
//help
: Added paging support//load
,//reload
,//unload
added (Command load, reload, unload)//savenow
added: when using JSON file save system, save it right now//userinfo
: Embed support//serverinfo
: Added server information command
DB
- Created Own Database Handler
- Changed JSON file structure
- Support MySQL(MariaDB)
- Support PostgreSQL
v0.7.2: Hotfix for minimist module security patch
This is the hotfix because of the dependency module minimist
's vulnability problem.
v0.7.1
v0.7: Database Update
From this version, FlashBot uses discord.js Commando framework for parsing and running commands. We're planning to replace this with our selfmade module soon.
Changes
Compare: 80393c0...4ab4076
Added
- Per-guild language settings
activate
anddeactivate
command- Log system
reload
command (#10)- other default commands provided by discord.js Commando framework
- (partial) async
- Database (currently only
json
works)
Fixed
- Configuration System (
config.inc.json
)- For more information, please check the
README.md
file.
- For more information, please check the
eval
command error (#28)
v0.6.1: Changing very small things
Bug Fixes
- Fixed
*.mo
file extension from.gitignore
.
v0.6
Feature Updates
- added
say
command. - You can now look specific command help message using
{prefix}help {command-name}
. - Multi-language feature added.
- You can now use multiple language using
{prefix}lang {command-name}
. - Also, you can check the bot's current language using
{prefix}lang
.
- You can now use multiple language using
- Added Korean
callSign
. - Changed base language to English.
Notification
- enabling
reload
command will implemented at next update. - per-guild language setting will be available at Database update.
v0.5 중규모(?) 업데이트
기능 업데이트
- 개발자 모드 추가 (
debug
옵션을true
로 설정하면 진입합니다) reload
명령어 추가 (아직 작동하지 않음)help 명령어
를 통해 각 명령어의 도움말을 볼 수 있음
기타 변경사항
README.md
문서의 내용이 대폭 추가되었습니다. (안내 문서)
안내사항
eval
명령어는 공개 버전에서 제공하지 않습니다. 보안 상의 이유로 개발자 모드에서만 제공됩니다.- 공개용 봇은 개발자 모드가 꺼져 있습니다.
- Node.js 시스템의 특이점(?)으로 인하여 현재
reload
명령어를 작동할 방법을 찾지 못했습니다. 빠른 시일 내에 구현하여 다음 업데이트 때 추가하도록 하겠습니다.
DM serverinfo 오류
버그 수정
- DM에서
serverinfo
명령어를 사용할 시 오류나면서 봇이 멈추는 버그 수정
정보 알려주기 등
기능 업데이트
- 서버 정보를 알려주는
serverinfo
명령어 추가 - 이용자 정보를 알려주는
userinfo
명령어 추가 - 현재 상태 표시란에 도움말 명령어
help
안내 추가 - 빌드 날짜 접근 외부화
- 봇 접속 시간 관련 문구 추가
버그 수정
beep
명령어가 도움말에 등록되지 않은 점 수정 (도움말 등록)- 봇이 링크 첨부 권한을 가지고 있는 서버에서
help
명령어를 사용할 경우 나오는 도움말에서 일부 누락된 점 수정