Skip to content

Releases: HBYC-Team/Discord-Bot-Examples

v1.0.0 beta

08 Oct 13:26
72abc5e
Compare
Choose a tag to compare

Changed some things.
This repository will be Discord-Bot-Examples in the future, HBYC repository will move to other repository.

Transfer to Discord-Bot-Examples Repository

08 Oct 13:25
72abc5e
Compare
Choose a tag to compare
transfer

fix: Python examples rewrite

v2.1.0

18 Sep 11:04
8d18489
Compare
Choose a tag to compare

Changes

  • Added few lines of webhook embeds(messageCreate).

  • Changed something(avatar.ts).

  • Fixed missing webhook.

  • Fixed wrong webhook embed shard number(errEmbed in interactionCreate).

  • Ignore @everyone mentions and role mentions, the bot will not reply(messageCreate).

  • Return when the bot got mention and the message event happen at the same time(messageCreate).

  • Reply when the argument number is not allowed(ticTacToe).

  • Removed unuse import(deploy).

  • Refactored events when catching errors(messageCreate).

v2.0.1

12 Sep 11:07
3116b00
Compare
Choose a tag to compare

Changes

  • Fixed error when trigged interaction command(/thinking).

  • Fixed the wrong chances of www messageCreate event.

  • Refactored app.js(moved interactionCreate event to a new module).

  • Refactored interaction error message(import with config.json).

v2.0.0

11 Sep 12:24
96081b8
Compare
Choose a tag to compare

Changes

  • Added Webhooks(Shard# 1, # 2, # 3, # 4, # 5).

  • Added constants.json for some data.

  • Fixed known bugs.

  • Refactored most of the files.

  • Changed some import data way.

  • Changed messageCreate event to messageCreate.js.

  • Rewrite some code for refactore.

  • Rename some command name because that is not finished yet.

v1.1.0a

01 Sep 09:59
Compare
Choose a tag to compare

A small release for some changes.

Changes

  • Pushed ignored commands.
  • Bug fixes.

v1.1.0

01 Sep 08:59
Compare
Choose a tag to compare

A new minor release.

Changes

  • Added Tic-Tac-Toe game, hbycinfo command and ban list test.

  • Removed all events of interactionCreate.

  • Fixed more bugs:

(1) The bot will offline when erroring.
(2) Some datetime error of the games.
(3) On message event, console will show "interaction is not defined".
  • Added ignore files, ban list.

  • Finish Python Chat Commands example, configuration files.

  • Added new banner and avatar.

v1.0.0

15 Aug 10:14
Compare
Choose a tag to compare

First Major Version.

Changes:

  • Added Go, Python, TypeScript Examples. *Full version will out in future version.

  • Added guide. *This is not finished yet.

  • Removed tutorial.md.

  • Rewrite auto-configure files for muiti languages.

  • Bug fixes - finalCode.js, info.js.

  • Updated link with new repo adress - github.js, help.js, ToS.js.

v0.2.0

01 Aug 02:32
Compare
Choose a tag to compare

Changes:

  • Added batch file.
  • Added custom strings.
  • Added tos command.
  • Added npm scripts
  • Refactored all code.
  • Bug fixes

v0.1.0

22 Jul 03:55
Compare
Choose a tag to compare

Changes:

  • Added many commands.
  • JavaScript rewrite commands.
  • Added build.sh to auto configure.
  • Added many documents.
  • Auto configure batch file will out in next version.