Skip to content

Commit

Permalink
Merge pull request #238 from KomodoPlatform/migrate-user-guides
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharang committed Apr 21, 2024
2 parents 17c1802 + fa19924 commit bae0e51
Show file tree
Hide file tree
Showing 122 changed files with 940 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"cSpell.enableFiletypes": [
"mdx"
],
"cSpell.words": [
"Komodo",
"UTXO",
"Verus"
]
}
55 changes: 55 additions & 0 deletions filepathSlugs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1859,6 +1859,10 @@
"explore-antara-modules",
"browse-komodo-api"
],
"src/pages/komodo/active-user-reward/index.mdx": [
"komodo-active-user-reward-all-you-need-to-know",
"how-much-is-my-reward"
],
"src/pages/komodo/block-1m-changes/index.mdx": [
"changes-to-komodo-blockchain-at-block-height-1-million",
"rewards",
Expand Down Expand Up @@ -1982,6 +1986,24 @@
"using-the-key-value-feature",
"faq"
],
"src/pages/komodo/vote-in-komodo-polls-and-elections/hardware-wallet/index.mdx": [
"how-to-vote-with-your-hardware-wallet"
],
"src/pages/komodo/vote-in-komodo-polls-and-elections/index.mdx": [
"how-to-vote-in-komodo-polls-and-elections"
],
"src/pages/komodo/vote-in-komodo-polls-and-elections/komodo-wallet-desktop/index.mdx": [
"how-to-vote-on-komodo-wallet-desktop"
],
"src/pages/komodo/vote-in-komodo-polls-and-elections/komodo-wallet-mobile/index.mdx": [
"how-to-vote-on-komodo-wallet-mobile"
],
"src/pages/komodo/vote-in-komodo-polls-and-elections/komodo-wallet-web/index.mdx": [
"how-to-vote-on-komodo-wallet-web"
],
"src/pages/komodo/vote-in-komodo-polls-and-elections/verus-desktop-wallet/index.mdx": [
"how-to-vote-on-verus-desktop-wallet"
],
"src/pages/komodo-defi-framework/api/common_structures/activation/index.mdx": [
"activation-structures",
"activation-params",
Expand Down Expand Up @@ -3816,6 +3838,39 @@
"starting-the-core-api",
"usage"
],
"src/pages/komodo-wallet/desktop/access-log-files/index.mdx": [
"accessing-komodo-wallet-log-files"
],
"src/pages/komodo-wallet/desktop/activate-coins/index.mdx": [
"activating-coins-in-komodo-wallet"
],
"src/pages/komodo-wallet/desktop/add-custom-tokens/index.mdx": [
"add-custom-tokens-to-komodo-wallet"
],
"src/pages/komodo-wallet/desktop/create-new-wallet/index.mdx": [
"create-a-new-wallet-in-komodo-wallet"
],
"src/pages/komodo-wallet/desktop/import-private-key-or-seed-phrase/index.mdx": [
"import-private-key-or-seed-phrase-into-komodo-wallet"
],
"src/pages/komodo-wallet/desktop/index.mdx": [
"komodo-wallet-desktop-tutorials"
],
"src/pages/komodo-wallet/desktop/reset-configuration-to-default/index.mdx": [
"resetting-komodo-wallet-configuration-to-default"
],
"src/pages/komodo-wallet/desktop/send-commands-to-mm2-instance/index.mdx": [
"send-commands-to-an-mm-2-instance-being-run-by-komodo-wallet-desktop-using-postman"
],
"src/pages/komodo-wallet/desktop/simple-view-trading/index.mdx": [
"simple-view-trading-on-komodo-wallet-desktop"
],
"src/pages/komodo-wallet/desktop/use-seed-words-to-restore-the-address/index.mdx": [
"use-seed-words-created-by-a-komodo-ecosystem-wallet-to-restore-the-address-on-komodo-wallet"
],
"src/pages/komodo-wallet/desktop/view-your-wallet-address/index.mdx": [
"viewing-your-wallet-address-in-komodo-wallet-desktop"
],
"src/pages/komodo-wallet/index.mdx": [
"komodo-wallet-guides"
],
Expand Down
8 changes: 8 additions & 0 deletions src/data/navbar.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@
"title": "Komodo Mobile Wallet",
"link": "/komodo-wallet/mobile/"
},
{
"title": "Komodo Desktop Wallet",
"link": "/komodo-wallet/desktop/"
},
{
"title": "How to Vote",
"link": "/komodo/vote-in-komodo-polls-and-elections/"
},
{
"title": "Komodo",
"link": "/komodo/"
Expand Down
93 changes: 88 additions & 5 deletions src/data/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,13 @@
"komodoWalletNavigation": {
"/komodo-wallet/": [
{
"title": "User Guides (Mobile) ",
"title": "Komodo Wallet Guides",
"titleLink": "/komodo-wallet/",
"links": []
},
{
"title": "User Guides (Mobile)",
"links": [
{
"title": "Komodo Wallet Guides",
"href": "/komodo-wallet/"
},
{
"title": "Introduction",
"href": "/komodo-wallet/mobile/"
Expand Down Expand Up @@ -220,6 +221,55 @@
"href": "/komodo-wallet/mobile/delete-seed-phrase/"
}
]
},
{
"title": "User Guides (Desktop)",
"links": [
{
"title": "Introduction",
"href": "/komodo-wallet/desktop/"
},
{
"title": "Add Custom Tokens to Komodo Wallet",
"href": "/komodo-wallet/desktop/add-custom-tokens/"
},
{
"title": "Resetting Komodo Wallet Configuration to Default",
"href": "/komodo-wallet/desktop/reset-configuration-to-default/"
},
{
"title": "Simple View Trading on Komodo Wallet",
"href": "/komodo-wallet/desktop/simple-view-trading/"
},
{
"title": "Viewing Your Wallet Address in Komodo Wallet",
"href": "/komodo-wallet/desktop/view-your-wallet-address/"
},
{
"title": "Activating Coins in Komodo Wallet",
"href": "/komodo-wallet/desktop/activate-coins/"
},
{
"title": "Use Seed Words Created by a Komodo Ecosystem Wallet to Restore the Address on Komodo Wallet",
"href": "/komodo-wallet/desktop/use-seed-words-to-restore-the-address/"
},
{
"title": "Import Private Key or Seed Phrase into Komodo Wallet",
"href": "/komodo-wallet/desktop/import-private-key-or-seed-phrase/"
},
{
"title": "Create a New Wallet in Komodo Wallet",
"href": "/komodo-wallet/desktop/create-new-wallet/"
},
{
"title": "Accessing Komodo Wallet Log Files",
"href": "/komodo-wallet/desktop/access-log-files/"
},
{
"title": "Send Commands to an MM2 Instance Being Run by Komodo Wallet using Postman",
"href": "/komodo-wallet/desktop/send-commands-to-mm2-instance/"
}
]
}
]
},
Expand Down Expand Up @@ -1375,6 +1425,10 @@
{
"title": "Features and Announcements",
"links": [
{
"title": "Active User Reward",
"href": "/komodo/active-user-reward/"
},
{
"title": "dPoW Confirmations",
"href": "/komodo/dpow-conf/"
Expand Down Expand Up @@ -1417,6 +1471,35 @@
"href": "/komodo/using-key-value/"
}
]
},
{
"title": "Voting In Komodo Polls and Elections",
"links": [
{
"title": "Introduction",
"href": "/komodo/vote-in-komodo-polls-and-elections/"
},
{
"title": "How to Vote With Komodo Wallet Web",
"href": "/komodo/vote-in-komodo-polls-and-elections/komodo-wallet-web/"
},
{
"title": "How to Vote With Komodo Wallet Desktop",
"href": "/komodo/vote-in-komodo-polls-and-elections/komodo-wallet-desktop/"
},
{
"title": "How to Vote With Komodo Wallet Mobile",
"href": "/komodo/vote-in-komodo-polls-and-elections/komodo-wallet-mobile/"
},
{
"title": "How to Vote With Verus Desktop Wallet",
"href": "/komodo/vote-in-komodo-polls-and-elections/verus-desktop-wallet/"
},
{
"title": "How to Vote Using Your Hardware Wallet",
"href": "/komodo/vote-in-komodo-polls-and-elections/hardware-wallet/"
}
]
}
]
},
Expand Down
Binary file added src/images/desktop/access-log-files-01.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/desktop/access-log-files-02.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/desktop/access-log-files-03.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/desktop/access-log-files-04.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/desktop/access-log-files-05.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/desktop/activate-coins-01.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/desktop/activate-coins-02.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/desktop/activate-coins-03.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/desktop/activate-coins-04.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/desktop/add-custom-tokens-01.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/desktop/add-custom-tokens-02.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/desktop/add-custom-tokens-03.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/desktop/add-custom-tokens-04.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/desktop/add-custom-tokens-05.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/desktop/add-custom-tokens-06.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/desktop/add-custom-tokens-07.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/desktop/add-custom-tokens-08.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/desktop/add-custom-tokens-09.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/desktop/add-custom-tokens-10.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/desktop/create-new-wallet-01.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/desktop/create-new-wallet-02.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/desktop/create-new-wallet-03.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/desktop/create-new-wallet-04.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/desktop/create-new-wallet-05.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/desktop/create-new-wallet-06.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/desktop/simple-view-trading-01.png
Binary file added src/images/desktop/simple-view-trading-02.png
Binary file added src/images/desktop/simple-view-trading-03.png
Binary file added src/images/desktop/simple-view-trading-04.png
Binary file added src/images/desktop/simple-view-trading-05.png
Binary file added src/images/desktop/simple-view-trading-06.png
Binary file added src/images/desktop/simple-view-trading-07.png
Binary file added src/images/desktop/simple-view-trading-08.png
Binary file added src/images/desktop/simple-view-trading-09.png
Binary file added src/images/desktop/simple-view-trading-10.png
Binary file added src/images/desktop/simple-view-trading-11.png
Binary file added src/images/desktop/view-wallet-address-01.png
Binary file added src/images/desktop/view-wallet-address-02.png
Binary file added src/images/desktop/view-wallet-address-03.png
Binary file added src/images/komodo/active-user-reward-01.jpeg
Binary file added src/images/komodo/active-user-reward-02.png
Binary file added src/images/komodo/active-user-reward-03.png
37 changes: 37 additions & 0 deletions src/pages/komodo-wallet/desktop/access-log-files/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
export const title = "Accessing Komodo Wallet Log Files";
export const description = "This guide describes how to access Komodo Wallet log files.";

import accessLogFiles1 from "@/public/images/docs/desktop/access-log-files-01.png";
import accessLogFiles2 from "@/public/images/docs/desktop/access-log-files-02.png";
import accessLogFiles3 from "@/public/images/docs/desktop/access-log-files-03.png";
import accessLogFiles4 from "@/public/images/docs/desktop/access-log-files-04.png";
import accessLogFiles5 from "@/public/images/docs/desktop/access-log-files-05.png";

# Accessing Komodo Wallet Log Files

The simplest way to access the debug logs in Komodo Wallet desktop is through the Settings menu.

<OptimizedImage title="Accessing Komodo Wallet Log Files" src={accessLogFiles1} classNaming="w-full" alt="Accessing Komodo Wallet Log Files" />

<OptimizedImage title="Accessing Komodo Wallet Log Files" src={accessLogFiles2} classNaming="w-200" alt="Accessing Komodo Wallet Log Files" />

Under the general tab, click on the Logs > "Open Folder" button

<OptimizedImage title="Accessing Komodo Wallet Log Files" src={accessLogFiles3} classNaming="w-full" alt="Accessing Komodo Wallet Log Files" />

For each session of Komodo Wallet, two log files are created

<OptimizedImage title="Accessing Komodo Wallet Log Files" src={accessLogFiles4} classNaming="w-200" alt="Accessing Komodo Wallet Log Files" />

Each file starts with a date and time, which helps to find the most recent logs or filter for a specific time period. The file ending in .log contains the desktop application debug log messages, and the file ending in .mm2.log contains the backend Komodo DeFi Framework (mm2) debug log messages.

If the app has crashed, the most relevant logs will be at the end of the file. For other bugs, you might be able to find a related log entry by searching for the word error, or if you suspect it is related to [an Komodo Wallet API method](/komodo-defi-framework/api/legacy/coin_activation/), you can search for the method name, such as [my\_balance](/komodo-defi-framework/api/legacy/my_balance/). If you're not sure where to look, just send the complete log files.

There are a few ways you can communicate this information to the developers or our support team:

* Join the [Komodo Platform Discord](https://discord.gg/FZPXhX8z9g) and ask for help in the #dex-desktop channel, and our support team can open a direct message chat where you can drag and drop the files into the chat to upload them. Komodo Team members will have green usernames, so look out for imposter accounts pretending to be support. We will never ask for personal identifying information or your private keys or wallet seed phrase.

<OptimizedImage title="Accessing Komodo Wallet Log Files" src={accessLogFiles5} classNaming="w-200" alt="Accessing Komodo Wallet Log Files" />

* For smaller log files, you can copy part or all of the logfile into [https://zerobin.net/](https://zerobin.net/) and then send the [generated link](https://zerobin.net/?e18c373e791e7fb6#skb9mz2NU3NuMMuH3uzhUxKmHbLXBlzLk3z+dvWXcOc=) for your pasted data to one of our support team. With ZeroBin, you can optionally add a password to encrypt the pasted text, set it to delete once read, or set an expiry period after which your pasted data will be deleted.
* If you've found a specific error in your logfile related to a bug, you can [open an issue on the komodo-wallet-desktop repository](https://github.com/KomodoPlatform/komodo-wallet-desktop/issues/new?assignees=\&labels=bug\&template=bug_report.md\&title=%5BBUG%5D%3A+) and paste the related lines from your log file along with a short description of the bug and how it might be reproduced (e.g. what you were doing just before it happened).
25 changes: 25 additions & 0 deletions src/pages/komodo-wallet/desktop/activate-coins/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
export const title = "Activating Coins in Komodo Wallet";
export const description = "This guide describes how to activate coins in Komodo Wallet.";

import activateCoins1 from "@/public/images/docs/desktop/activate-coins-01.png";
import activateCoins2 from "@/public/images/docs/desktop/activate-coins-02.png";
import activateCoins3 from "@/public/images/docs/desktop/activate-coins-03.png";
import activateCoins4 from "@/public/images/docs/desktop/activate-coins-04.png";

# Activating Coins in Komodo Wallet

After creating and logging in to your wallet, [Komodo Wallet Desktop](https://komodoplatform.com/en/wallets.html) will launch with [BTC](https://bitcoin.org/en/), [LTC](https://litecoin.org/) and [KMD](https://komodoplatform.com/) enabled by default. To activate additional coins, click on the "Add Crypto" button in the sidebar.

<OptimizedImage title="Accessing Komodo Wallet Log Files" src={activateCoins1} classNaming="w-full" alt="Accessing Komodo Wallet Log Files" />

<OptimizedImage title="Accessing Komodo Wallet Log Files" src={activateCoins2} classNaming="w-200" alt="Accessing Komodo Wallet Log Files" />

You can use the search bar at the top to filter the list below. Make your selection by clicking on rows in the list. By default there is an activation limit of 50 coins, but you can increase this in settings if more are needed.

<OptimizedImage title="Accessing Komodo Wallet Log Files" src={activateCoins3} classNaming="w-full" alt="Accessing Komodo Wallet Log Files" />

Once your selection is complete, click the "Enable" button to continue. Your selected coins will be added to the wallet.

<OptimizedImage title="Accessing Komodo Wallet Log Files" src={activateCoins4} classNaming="w-full" alt="Accessing Komodo Wallet Log Files" />

As you can see above, even though [ETH](https://ethereum.org/) was not selected, it was activated alongside the Shiba Inu ERC-20 token. Anytime you activate a protocol token, its parent coin will also be activated. For example if activating [MINDS](https://www.minds.com/) token, it will automatically also enable [Ethereum](https://ethereum.org/).
57 changes: 57 additions & 0 deletions src/pages/komodo-wallet/desktop/add-custom-tokens/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
export const title = "Add Custom Tokens to Komodo Wallet";
export const description = "This guide describes how to add custom tokens to Komodo Wallet.";

import addCustomTokens1 from "@/public/images/docs/desktop/add-custom-tokens-01.png";
import addCustomTokens2 from "@/public/images/docs/desktop/add-custom-tokens-02.png";
import addCustomTokens3 from "@/public/images/docs/desktop/add-custom-tokens-03.png";
import addCustomTokens4 from "@/public/images/docs/desktop/add-custom-tokens-04.png";
import addCustomTokens5 from "@/public/images/docs/desktop/add-custom-tokens-05.png";
import addCustomTokens6 from "@/public/images/docs/desktop/add-custom-tokens-06.png";
import addCustomTokens7 from "@/public/images/docs/desktop/add-custom-tokens-07.png";
import addCustomTokens8 from "@/public/images/docs/desktop/add-custom-tokens-08.png";
import addCustomTokens9 from "@/public/images/docs/desktop/add-custom-tokens-09.png";
import addCustomTokens10 from "@/public/images/docs/desktop/add-custom-tokens-10.png";

# Add Custom Tokens to Komodo Wallet

Komodo Wallet supports hundreds of coins right out of the box, but if you want to add a new token which is not yet in the wallet, you can add it yourself within the app!

First, open the coin activation modal.

<OptimizedImage title="Add Custom Tokens to Komodo Wallet" src={addCustomTokens1} classNaming="w-full" alt="Add Custom Tokens to Komodo Wallet" />

<OptimizedImage title="Add Custom Tokens to Komodo Wallet" src={addCustomTokens2} classNaming="w-300" alt="Add Custom Tokens to Komodo Wallet" />

Next, click on the "Add a custom asset"

<OptimizedImage title="Add Custom Tokens to Komodo Wallet" src={addCustomTokens3} classNaming="w-full" alt="Add Custom Tokens to Komodo Wallet" />

Now we need to select which protocol the token we want to add is on from the drop down. For this example, I'll select [ETH](https://info.etherscan.com/what-is-erc20-token/), and then click "Next" to continue.

<OptimizedImage title="Add Custom Tokens to Komodo Wallet" src={addCustomTokens4} classNaming="w-full" alt="Add Custom Tokens to Komodo Wallet" />

Now we need to input the custom token's contract address, which we can find on [https://www.bscscan.com/](https://www.bscscan.com/) (for BEP-20 tokens) or [https://etherscan.io/](https://etherscan.io/) (for ERC-20 tokens). There is a link to the selected protocol's explorer in the app below the input field, and the animation below it demonstrates how to find the correct token contract address.

<OptimizedImage title="Add Custom Tokens to Komodo Wallet" src={addCustomTokens5} classNaming="w-full" alt="Add Custom Tokens to Komodo Wallet" />

Next, we need to select an image to use for the token. You can probably find an official token icon on the project's website or services like [Coingecko](https://www.coingecko.com/) or [CoinPaprika](https://coinpaprika.com/), or you can add your own custom image.

<OptimizedImage title="Add Custom Tokens to Komodo Wallet" src={addCustomTokens6} classNaming="w-full" alt="Add Custom Tokens to Komodo Wallet" />

The last step is to get a CoinGecko ID for the token (if available) so Komodo Wallet can display price data for this token. If the token has no ID or you can't find it, just input "test-coin".

<OptimizedImage title="Add Custom Tokens to Komodo Wallet" src={addCustomTokens7} classNaming="w-full" alt="Add Custom Tokens to Komodo Wallet" />

Click the "Preview" button to see and confirm the custom coin configuration data.

<OptimizedImage title="Add Custom Tokens to Komodo Wallet" src={addCustomTokens8} classNaming="w-full" alt="Add Custom Tokens to Komodo Wallet" />

If everything looks ok, click "Submit & Restart". This will apply the update to your local coins data, and restart Komodo Wallet. Log in, and you will be able to see your custom added token!

<OptimizedImage title="Add Custom Tokens to Komodo Wallet" src={addCustomTokens9} classNaming="w-full" alt="Add Custom Tokens to Komodo Wallet" />

<OptimizedImage title="Add Custom Tokens to Komodo Wallet" src={addCustomTokens10} classNaming="w-full" alt="Add Custom Tokens to Komodo Wallet" />

Please note that other Komodo Wallet users will not have this custom token in their wallet (unless they also added it themselves).

To apply for a formal listing on Komodo Wallet Desktop, please [review the requirements](/komodo-defi-framework/tutorials/listing-a-new-coin/) in our "coins" github repository, and get in our with our team on the [KomodoPlatform Discord](https://komodoplatform.com/discord)

0 comments on commit bae0e51

Please sign in to comment.