mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2026-08-05 23:47:17 +00:00
Export modules in typescript
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module.exports = {
|
||||
export default {
|
||||
name: 'warning',
|
||||
execute(client, warning) {
|
||||
if(warning.name == "ExperimentalWarning" && warning.message.startsWith("stream/web")) return;
|
||||
|
||||
Reference in New Issue
Block a user