Compare commits

...

2 Commits
main ... mark

Author SHA1 Message Date
Mark MEISSONNIER
6924b553b7 gitignore mark : #9 2023-05-24 14:07:09 -04:00
Mark MEISSONNIER
27abddf25c remove config files - security risk : #9 2023-05-24 11:50:00 -04:00
3 changed files with 8 additions and 6 deletions

4
.gitignore vendored
View File

@ -62,4 +62,6 @@ typings/
.env .env
# next.js build output # next.js build output
.next .next
src/config.json

View File

@ -1,5 +0,0 @@
{
"token":"MTA5NDcyNzc4OTY4MjM4MDkyMg.GaWsMy.zp3wY6mSOwVhHfV0k43fXdgspi24qgW7LyCD6U",
"clientID":"1094727789682380922",
"guildID":"137291455336022018"
}

5
src/config.template.json Normal file
View File

@ -0,0 +1,5 @@
{
"token":"XXXXXXXXXXXX",
"clientID":"123412341234",
"guildID":"1234123412341234"
}