UNPKG

sharding-stats

Version:

A cool Dashboard & Manager for showing Live Stats and managing your Discord Bot/Shards

7 lines 238 B
(function($) { 'use strict'; var editor = ace.edit("aceExample"); editor.setTheme("ace/theme/chaos"); editor.getSession().setMode("ace/mode/javascript"); document.getElementById('aceExample').style.fontSize = '1rem'; })(jQuery);