Create config.dart

This commit is contained in:
Alex 2021-05-09 17:41:19 -04:00 committed by GitHub
parent 04472c5192
commit 0473958a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
lib/config.dart Normal file
View File

@ -0,0 +1,3 @@
Map<String, dynamic> Config = <String, dynamic>{
'token': 'Njc4MDkzNjY4NzcwNTEyOTE3.Xkdx8Q.DfG2iEsZWGNiHSdVnHHveZLUbrQ',
};