Osselbot/lib/config.dart

4 lines
80 B
Dart

Map<String, dynamic> Config = <String, dynamic>{
'token': 'EXAMPLE TOKEN',
};