removed test.dart
This commit is contained in:
parent
b7c12bae1f
commit
408acaef88
1 changed files with 0 additions and 12 deletions
12
test.dart
12
test.dart
|
@ -1,12 +0,0 @@
|
|||
import 'package:tn_discord/tn_discord.dart';
|
||||
|
||||
main() {
|
||||
var client = Client();
|
||||
|
||||
client.login(
|
||||
"OTU2NTczNDc3NzEwNzUzODMy.GmvBek.GEaV7uk-XPcpZ7Xbiohgp_0mm_5NVs5SeAAh7M");
|
||||
|
||||
client.on("READY", (data) {
|
||||
print("Hi $data");
|
||||
});
|
||||
}
|
Reference in a new issue