mirror of
https://github.com/MrUnknownDE/UnknownBot.git
synced 2026-04-10 10:03:45 +02:00
4 lines
93 B
JavaScript
4 lines
93 B
JavaScript
'use strict';
|
|
|
|
module.exports = typeof Promise === 'function' ? Promise : require('pinkie');
|