Skip to content

Commit

Permalink
Small changes to Team.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tookender committed Aug 31, 2023
1 parent f5393cd commit e705f55
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/data/Team.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@ export default [
{
name: "Cannabis",
roles: "Plugin Dev",
rolesTitle: "Founder - Plugin Developer",
rolesTitle: "Founder, Plugin Developer",
discordId: "97145520446787584",
description: "Rustbyte's main founder. Without him rustbyte and many of our plugins wouldn't exist.",
},
{
name: "Ender",
roles: "Frontend Dev",
rolesTitle: "Founder - Bot Developer - Website Developer",
roles: "Website Dev",
rolesTitle: "Founder, Website Developer, and Bot Developer",
discordId: "1022842005920940063",
description: "One of the main frontend devs, Ender made the website you're looking at come to life.",
description: "One of the main website devs, Ender helped the website you're looking at come to life.",
},
{
name: "Albert",
roles: "Designer",
rolesTitle: "Founder - Plugin Developer",
rolesTitle: "Founder, Website Developer, and Designer",
discordId: "204040618811326465",
description: "Designer first, frontend second. Albert helped in coding the website and is our main designer.",
},
{
name: "Andy",
roles: "Backend Dev",
rolesTitle: "Website Developer",
roles: "Bot Dev",
rolesTitle: "Bot Developer",
discordId: "683002779396079667",
description: "If there's any backend that needs handling, Andy is responsible for all behind-the-scenes action.",
description: "Andy helps us integrate",
}
];

0 comments on commit e705f55

Please sign in to comment.