UNPKG
sharding-stats
Version:
latest (2.4.0)
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
0.5.1
0.5.0
0.4.4
A cool Dashboard & Manager for showing Live Stats and managing your Discord Bot/Shards
sharding-stats
/
Frontend
/
assets
/
js
/
clipboard.js
4 lines
•
80 B
JavaScript
View Raw
1
2
3
4
(
function
(
$
) {
'use strict'
;
new
ClipboardJS
(
'.btn-clipboard'
); })(jQuery);