-
Find the Discord channel in which you would like to send commits and other updates
-
In the settings for that channel, find the Webhooks option and create a new webhook. Note: Do NOT give this URL out to the public. Anyone or service can post messages to this channel, without even needing to be in the server. Keep it safe!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 全球美国英国香港加拿大日本台湾俄罗斯荷兰新加坡菲律宾vpn pptp l2tp openvpn wireguard vless vmess socks5 | |
| 全球动态静态专线住宅VPN pptp l2tp openvpn wireguard vless vmess socks5... | |
| 联系网址:www.wanan688.com | |
| 联系TG:@wanan688 | |
| 阿富汗 动态静态专线住宅VPN pptp l2tp openvpn wireguard vless vmess socks5... | |
| 阿尔巴尼亚 动态静态专线住宅VPN pptp l2tp openvpn wireguard vless vmess socks5... | |
| 阿尔及利亚 动态静态专线住宅VPN pptp l2tp openvpn wireguard vless vmess socks5... | |
| 美属萨摩亚 动态静态专线住宅VPN pptp l2tp openvpn wireguard vless vmess socks5... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "final_space": true, | |
| "console_title": true, | |
| "console_title_style": "folder", | |
| "blocks": [ | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "horizontal_offset": 0, | |
| "vertical_offset": 0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| //Deluxe mail test script by Wesley Fredrick | |
| // | |
| //Offers three ways to test mail: | |
| // | |
| //PHP mail() - Uses the PHP mail() function | |
| //SMTP - Opens a direct connection to the relay server and uses the smtp protocol | |
| //sendmail from shell - Uses a php shell() to run the sendmail command as if from SSH | |
| ini_set('track_errors', 1); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "use strict"; | |
| // Load plugins | |
| const autoprefixer = require("autoprefixer"); | |
| const browsersync = require("browser-sync").create(); | |
| const cp = require("child_process"); | |
| const cssnano = require("cssnano"); | |
| const del = require("del"); | |
| const eslint = require("gulp-eslint"); | |
| const gulp = require("gulp"); |

