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

Update outdated 'Join the Discord' links #1671

Merged
merged 3 commits into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ We have two development workflows, depending on if you have joined our [GitHub o

1. Go to the [Issues board](https://github.com/MetaFam/TheGame/issues) here. At the top are a few pinned issues. These are the highest priority. Ideally, work on one of these; otherwise, scroll through to choose another of your fancy.
1. Clone this repo from the `develop` branch and fire up your editor of choice!
- Ask questions in the #🏗-builders-guild in our [Discord](https://discord.gg/63CPM9nQAZ) server
- Ask questions in the #🏗-builders-guild in our [Discord](https://chat.metagame.wtf/) server
- Or, join our [weekly Builder's call](https://calendar.google.com/calendar/u/0/[email protected]&ctz=Europe/Belgrade) on Discord, weekly at 7a PT / 10a ET / 4p CET _(Come half an hour early for a new builders’ meet-and-greet.)_
1. Once you're done, create a [Pull Request (PR)](https://github.com/MetaFam/TheGame/pulls) via GitHub. _Include the issue number when filling in the description._ This is critical.
- We use Vercel to automatically deploy the `web` package of PR branches. This is quite useful for pointing folks to a live version of your code, but only works if there are no dependent changes in backend code.
Expand Down
2 changes: 1 addition & 1 deletion hasura/migrations/1613085907468_add_metafam_discord/up.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
INSERT INTO "public"."guild"("id","type","name","logo","description","join_button_url","moloch_address","discord_invite_url","website_url","guildname")
VALUES ('f94b7cd4-cf29-4251-baa5-eaacab98a719','SOCIAL','MetaFam','https://w3s.link/ipfs/bafybeif5k7silzqmhvg5exmcfo5tbz5ttg3kncjduzdjge5yqjfmhhnpoa/MetaFam%20icon.jpg','Redefining the way we play life.','https://wiki.metagame.wtf/docs/enter-metagame/join-metagame',NULL,'https://discord.gg/fHvx7gu','https://metagame.wtf/','metafam')
VALUES ('f94b7cd4-cf29-4251-baa5-eaacab98a719','SOCIAL','MetaFam','https://w3s.link/ipfs/bafybeif5k7silzqmhvg5exmcfo5tbz5ttg3kncjduzdjge5yqjfmhhnpoa/MetaFam%20icon.jpg','Redefining the way we play life.','https://wiki.metagame.wtf/docs/enter-metagame/join-metagame',NULL,'https://chat.metagame.wtf/','https://metagame.wtf/','metafam')
ON CONFLICT DO NOTHING;

insert into guild_account (guild_id, type, identifier) VALUES
Expand Down
2 changes: 1 addition & 1 deletion packages/web/components/Landing/JoinUs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export const JoinUs: React.FC<LandingPageSectionProps> = ({ section }) => {
<MetaLink href="https://github.com/metafam" isExternal>
<FaGithub />
</MetaLink>
<MetaLink href="https://discord.com/invite/metagame" isExternal>
<MetaLink href="https://chat.metagame.wtf/" isExternal>
<FaDiscord />
</MetaLink>
<MetaLink href="https://twitter.com/metafam" isExternal>
Expand Down
2,894 changes: 1,424 additions & 1,470 deletions packages/web/components/Landing/OnboardingGame/metagame-onboarding-game.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/web/components/Landing/Signup/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export const roles: Role[] = [
description:
'Too busy? You can jump straight into action, just say so in the #🏟-metasquare',
action: "Let's Go!",
link: 'https://discord.gg/dMqAW8veKT',
link: 'https://chat.metagame.wtf/',
},
{
tab: RoleTitle.Guild,
Expand Down
8 changes: 4 additions & 4 deletions packages/web/components/Seeds/modals.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,16 +193,16 @@ export const UsefulnessOfSEEDs = () => (
</UnorderedList>
<Box p={2} bgColor="whiteAlpha.300" my={2}>
💡 If you're interested in spending your Seeds on any of this, ask
about it in our Discord channel
about it in
<Link
ml={1}
href="https://discord.gg/cBq5Md6KTU"
href="https://chat.metagame.wtf/"
isExternal
textColor="gray.500"
textDecoration="underline"
mr={1}
>
#💸-spending-seeds
our Discord
</Link>
</Box>
<Text fontSize="xs" fontWeight="bold" ml={6} my={2}>
Expand Down Expand Up @@ -383,7 +383,7 @@ export const BuyingAndSelling = () => (
isExternal
color="gray.500"
textDecoration="underline"
href="https://discord.com/invite/metagame"
href="https://chat.metagame.wtf/"
>
ask on Discord
</Link>
Expand Down
2 changes: 1 addition & 1 deletion packages/web/pages/academy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ const AcademyPage: React.FC = () => {
<Text as="p" fontSize={{ base: 'base', lg: 'xl' }}>
No quests found for this category. <br />
Why not{' '}
<MetaLink href="https://discord.gg/jDwXsQ6J" isExternal>
<MetaLink href="https://chat.metagame.wtf/" isExternal>
join the Discord
</MetaLink>{' '}
and find out how to create one and get it added!
Expand Down
2 changes: 1 addition & 1 deletion packages/web/utils/menuLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ export const MenuSectionLinks: MenuLinkSet[] = [
{
label: 'discord',
type: 'external-link',
url: 'https://discord.gg/XGNFdUaxCH',
url: 'https://chat.metagame.wtf/',
},
];
Loading