Merge branch 'master' into discord-auth

This commit is contained in:
Eliot Partridge
2019-08-30 10:54:29 -05:00
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -4,5 +4,6 @@ node_modules/
/build-copy/ /build-copy/
/logs/ /logs/
/settings/ /settings/
.idea/
/config.json /config.json
+6
View File
@@ -52,6 +52,12 @@ export const CREDITS: Credit[] = [
title: 'Programmer', title: 'Programmer',
avatarIndex: 4, avatarIndex: 4,
links: ['https://github.com/Stubenhocker1399'] links: ['https://github.com/Stubenhocker1399']
},
{
name: 'Luney',
title: 'Programmer',
avatarIndex: 5,
links: ['https://twitter.com/luneythesnep', 'https://github.com/LunarMist']
} }
]; ];