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