Skip to content

Commit

Permalink
release: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maghish committed Dec 13, 2024
1 parent 14c08ea commit 3dbf137
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# dis-cogs

## 0.2.0

### Minor Changes

- ## Feature Updates

- Implemented Dm-Resolvable for Legacy Command (issue #13)
- Implemented aliases handler for Legacy Command (issue #15)
- Created owner-only handler for Legacy and Slash Command (issue #16)
- Created embed template builder (issue #11)

## Bug Fixes

- Removed useless regex on `messageCreate` event on event cog (issue #8)

## Repo Updates

- Updated `README.md` to display current version

## 0.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Dis-Cogs

> Current version: **v0.1.1**
> Current version: **v0.2.0**
Discogs is a discord.js bot template that uses the idea of discord.py's Cogs feature and implements it on discord.js

## Requirements:

- Typescript Only
- Typescript (Only)
- Supports only `discord.js` v14+

## Features:

- Cogs & Cogs Handler
- Typescript Support
- Simplity
- Built-in Permissions Handler, Owner-only command handler, etc
- Extendable

## Installtion
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dis-cogs",
"version": "0.1.1",
"version": "0.2.0",
"description": "Discogs is a discord.js bot template that uses the idea of discord.py's Cogs feature and implements it on discord.js",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 3dbf137

Please sign in to comment.