2
0
mirror of https://github.com/thedevs-network/the-guard-bot synced 2025-08-22 01:49:29 +00:00

Create delwarn.js - alias for warn

This commit is contained in:
wiz0u 2024-09-18 23:35:25 +02:00 committed by GitHub
parent 58bd894484
commit 81831ff255
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,3 @@
'use strict';
module.exports = require('./warn');