mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
Merge branch 'master' into discord-auth
This commit is contained in:
@@ -4,5 +4,6 @@ node_modules/
|
|||||||
/build-copy/
|
/build-copy/
|
||||||
/logs/
|
/logs/
|
||||||
/settings/
|
/settings/
|
||||||
|
.idea/
|
||||||
|
|
||||||
/config.json
|
/config.json
|
||||||
@@ -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']
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user