-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hope/help command #81
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/baf-wallet/baf-wallet-v2/5hmAzkpZYV2x1T77YhvfuZ2ER4ar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job! A bit confused why frontend code is changing for this. Perhaps this branch is based off of hope/formValidation
instead of main
?
}); | ||
} | ||
|
||
public async run(message: Message): Promise<void> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fmt with nx format
. This reminds me I need to add it as a pre-commit hook
@@ -3,8 +3,8 @@ import { BotSettings } from '../types'; | |||
export const settings: BotSettings = { | |||
presence: { | |||
activity: { | |||
name: 'Just HODL', | |||
type: 'PLAYING', | |||
name: 'AoT', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chef's kiss
@@ -5,14 +5,18 @@ | |||
import AmountFormatter from '@baf-wallet/base-components/AmountFormatter.svelte'; | |||
import { BafError } from '@baf-wallet/errors'; | |||
import Spinner from 'svelte-spinner'; | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is the frontend code being modified here? Did you make this branch off of main
or hope/formValidation
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hope/formValidation. Now I see that I should've used main
Deployment failed with the following error:
|
Oh I forgot to mention this got implemented elsewhere while you were on vacation - seriously no hard feelings :). |
Added the help command as well as instructional text for sendMoney