Experimental Discord bot written in Python
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617
  1. {
  2. "alpha": 123,
  3. "bravo": 3.1415926535,
  4. "charlie": true,
  5. "delta": "Some text",
  6. "echo": null,
  7. "foxtrot": [
  8. 1,
  9. 2,
  10. 3
  11. ],
  12. "golf": {
  13. "a": 1,
  14. "b": 2,
  15. "c": 3
  16. }
  17. }