Skip to content

Releases: flashbot-discord/flashbot

v0.8-beta.2

04 Jul 12:43
v0.8-beta.2
1cbe34c
Compare
Choose a tag to compare
v0.8-beta.2 Pre-release
Pre-release

비교(Compare): a5b399d...1cbe34c

v0.8-beta.1: 코드 재작성 후 첫 베타 The First Rewritten Beta

04 Jul 09:04
v0.8-beta.1
a5b399d
Compare
Choose a tag to compare

비교 (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

16 Mar 16:20
e9aba8d
Compare
Choose a tag to compare

This is the hotfix because of the dependency module minimist's vulnability problem.

v0.7.1

13 Nov 08:35
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

Changes

Compare: 4ab4076...619fab7

Added

  • now throws error when any of the necessary config does not exist

Fixed

  • userinfo command not sending any messages (#33)
  • VERSION and BUILD_DATE correction

v0.7: Database Update

01 Nov 12:19
Compare
Choose a tag to compare
v0.7: Database Update Pre-release
Pre-release

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 and deactivate 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.
  • eval command error (#28)

v0.6.1: Changing very small things

06 Jul 10:13
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • Fixed *.mo file extension from .gitignore.

v0.6

06 Jul 09:49
Compare
Choose a tag to compare
v0.6 Pre-release
Pre-release

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.
  • 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 중규모(?) 업데이트

02 Jun 13:00
cf98d9b
Compare
Choose a tag to compare
Pre-release

기능 업데이트

  • 개발자 모드 추가 (debug 옵션을 true로 설정하면 진입합니다)
  • reload 명령어 추가 (아직 작동하지 않음)
  • help 명령어를 통해 각 명령어의 도움말을 볼 수 있음

기타 변경사항

  • README.md 문서의 내용이 대폭 추가되었습니다. (안내 문서)

안내사항

  • eval 명령어는 공개 버전에서 제공하지 않습니다. 보안 상의 이유로 개발자 모드에서만 제공됩니다.
  • 공개용 봇은 개발자 모드가 꺼져 있습니다.
  • Node.js 시스템의 특이점(?)으로 인하여 현재 reload 명령어를 작동할 방법을 찾지 못했습니다. 빠른 시일 내에 구현하여 다음 업데이트 때 추가하도록 하겠습니다.

DM serverinfo 오류

28 May 09:22
4f0303c
Compare
Choose a tag to compare
DM serverinfo 오류 Pre-release
Pre-release

버그 수정

  • DM에서 serverinfo 명령어를 사용할 시 오류나면서 봇이 멈추는 버그 수정

정보 알려주기 등

27 May 12:23
1feea46
Compare
Choose a tag to compare
Pre-release

기능 업데이트

  • 서버 정보를 알려주는 serverinfo 명령어 추가
  • 이용자 정보를 알려주는 userinfo 명령어 추가
  • 현재 상태 표시란에 도움말 명령어 help 안내 추가
  • 빌드 날짜 접근 외부화
  • 봇 접속 시간 관련 문구 추가

버그 수정

  • beep 명령어가 도움말에 등록되지 않은 점 수정 (도움말 등록)
  • 봇이 링크 첨부 권한을 가지고 있는 서버에서 help 명령어를 사용할 경우 나오는 도움말에서 일부 누락된 점 수정