Skip to content

Commit

Permalink
Merge branch 'preview'
Browse files Browse the repository at this point in the history
tuanddd committed May 30, 2024
2 parents cc3f40d + e2af658 commit 949b803
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [6.50.1-rc.1](https://github.com/consolelabs/mochi-discord/compare/v6.50.0...v6.50.1-rc.1) (2024-05-30)


### Bug Fixes

* remove hardcode ([ff2a283](https://github.com/consolelabs/mochi-discord/commit/ff2a2832f6b5cdd7f8b548e4e7e30db1d9913e0f))

# [6.50.0](https://github.com/consolelabs/mochi-discord/compare/v6.49.9...v6.50.0) (2024-05-30)


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -121,5 +121,5 @@
"node": "18.x"
},
"name": "mochi-discord",
"version": "6.50.0"
"version": "6.50.1-rc.1"
}
3 changes: 1 addition & 2 deletions src/commands/balances/index/slash.ts
Original file line number Diff line number Diff line change
@@ -215,8 +215,7 @@ const run = async (i: CommandInteraction) => {
} else {
type = BalanceType.Offchain // Default to Offchain if "all" or any other value
}
const userId = "151497832853929986"
const { context, msgOpts } = await renderBalances(userId, {
const { context, msgOpts } = await renderBalances(i.user.id, {
interaction: i,
type: type,
address: "",

0 comments on commit 949b803

Please sign in to comment.