We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b5d71e commit 658ca02Copy full SHA for 658ca02
members/members.js
@@ -210,7 +210,18 @@ const members = [
210
twitter: 'thebsaal',
211
facebook: 'thebsaal',
212
}
213
- }
+ },
214
+ // Ashish Tiwari
215
+ {
216
+ fullName: 'Ashish Tiwari',
217
+ discordUsername: 'megamindAT',
218
+ about: 'Antarctica is melting!',
219
+ links: {
220
+ github: 'megamind98',
221
+ twitter: 'megamindAT',
222
+ facebook: 'megamindAT',
223
+ }
224
225
// add here
226
]
227
/* ====================================================================== */
0 commit comments