Added info to starting and joining how to

This commit is contained in:
Mitchell McCaffrey
2020-07-02 20:18:16 +10:00
parent 01006a74ac
commit 40eb93e97d
5 changed files with 18 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -15,6 +15,8 @@ import workingWithTokens from "./WorkingWithTokens.mp4";
import deletingTokens from "./DeletingTokens.mp4";
import customTokens from "./CustomTokens.mp4";
import customTokensAdvanced from "./CustomTokensAdvanced.jpg";
import addPartyMember from "./AddPartyMember.mp4";
import changeNickname from "./ChangeNickname.mp4";
export default {
audioSharingFaq,
@@ -34,4 +36,6 @@ export default {
deletingTokens,
customTokens,
customTokensAdvanced,
addPartyMember,
changeNickname,
};