This file contains 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
const Discord = require('discord.js'); | |
const fs = require('fs'); | |
const colors = require('colors'); | |
const math = require('mathjs'); | |
module.exports = { | |
name: 'slowmode', | |
aliases: ['sl', 'sm'], | |
description: 'Set the slowmode for a channel', | |
module: 'moderator', | |
use: `slowmode <time in seconds/off>`, |
This file contains 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
echo "==> Installing dependencies..." | |
brew install libusbmuxd | |
clear | |
echo "********* Checkra1n iCloud Bypass **********" | |
echo | |
echo "=> By Nero, et al" | |
echo "=> - @TotallyNotNero" | |
echo | |
echo "==> DISCLAIMER: I can not be held accountable if you decided to use this tool for illegal purposes. That is on you. DO NOT use this for illegal purposes." |