Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
hirusha-adi committed Aug 29, 2024
1 parent f4c1a50 commit 71ee841
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# NearBot v0.7.2

1. Added the `move` command in the new Administration cog (as in [Issue 5](https://github.com/hirusha-adi/Near/issues/21))
- moves users from one voice channel to another
- from [SDS Autocrat](https://github.com/ThatRex/SDS-Autocrat/blob/main/src/commands/move.ts)
- requested by Rex
2. Depend on the environment var `BOT_TOKEN` only and not on `token.txt`
- `token.txt` will be useless from now on

# NearBot v0.7.1

1. Added logging using [`loguru`](https://github.com/Delgan/loguru) module
Expand Down
2 changes: 1 addition & 1 deletion near/database/main.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"MESSAGE_PREFIX": "--",
"BOT_CREATOR_NAME": "ZeaCeR#5641",
"BOT_VERSION": "0.7.1",
"BOT_VERSION": "0.7.2",
"DEV_ID": 584662127470575616,
"DEV_AND_OWNERS": [
823400917960753202,
Expand Down

0 comments on commit 71ee841

Please sign in to comment.