Skip to content

Commit

Permalink
chore: bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
soni801 committed Oct 21, 2023
1 parent ecff41b commit 75c5df0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 74 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soni-bot",
"version": "6.2.6",
"version": "6.2.7",
"description": "A lightweight toolkit bot for small Discord communities.",
"scripts": {
"dev": "cross-env-shell NODE_ENV=development node --trace-warnings --inspect --require ts-node/register src/main.ts src/main.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
StringSelectMenuBuilder,
WebhookMessageEditOptions
} from 'discord.js';
import { changelog as changelogFile } from '../changelog.json';
import { changelog as changelogFile } from '../responses/changelog.json';
import { Changelist } from '../types';
import type { Command } from '../types/Command';
import type Client from '../util/Client';
Expand Down
72 changes: 0 additions & 72 deletions src/commands/family.ts

This file was deleted.

8 changes: 8 additions & 0 deletions src/changelog.json → src/responses/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"changelog": [
{
"version": "6.2.7",
"changes": [
"Removed the `/family` command",
"Updated internal libraries",
"Minor code improvements"
]
},
{
"version": "6.2.6",
"changes": [
Expand Down

0 comments on commit 75c5df0

Please sign in to comment.