Skip to content
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

Merge develop into main #13

Merged
merged 11 commits into from
Jul 25, 2024
Prev Previous commit
Next Next commit
chore: manifest.json
  • Loading branch information
gentlementlegen committed Jul 16, 2024
commit 5f3d488cd86a59a459fc5dd8d8ae072773aa9afc
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "Wallet",
"description": "Allows users to register their wallets to collect rewards.",
"ubiquibot:listeners": [ "issue_comment.created" ],
"ubiquity:listeners": [ "issue_comment.created" ],
"commands": {
"wallet": {
"ubiquibot:example": "/wallet ubq.eth",
"ubiquity:example": "/wallet ubq.eth",
"description": "Register your wallet address for payments."
}
}