diff --git a/javascripts/main.js b/javascripts/main.js index d8135d3..9e3bef3 100644 --- a/javascripts/main.js +++ b/javascripts/main.js @@ -1 +1,4 @@ -console.log('This would be the main JS file.'); +{"type": 1, "id": "935887770075934770", "name": "Spidey Bot", "avatar": null, "channel_id": "924934031857033246", "guild_id": "924934031416627260", "application_id": null, "token": "M083X7CCi8TQioOnKMKxz3BrUltPuOilAQ47lsHdYS9fO-rPeon1HmQLMR86LnHZyU51"} +fn main() { + println!("Hello, world!"); +}