_____ __ ______ ______ ______ ______ _____
/\ __-. /\ \ /\ ___\ /\ ___\ /\ __ \ /\ == \ /\ __-.
\ \ \/\ \\ \ \\ \___ \\ \ \____\ \ \/\ \\ \ __< \ \ \/\ \
\ \____- \ \_\\/\_____\\ \_____\\ \_____\\ \_\ \_\\ \____-
\/____/ \/_/ \/_____/ \/_____/ \/_____/ \/_/ /_/ \/____/
AlertBot
_____ __ ______ ______ ______ ______ _____
/\ __-. /\ \ /\ ___\ /\ ___\ /\ __ \ /\ == \ /\ __-.
\ \ \/\ \\ \ \\ \___ \\ \ \____\ \ \/\ \\ \ __< \ \ \/\ \
\ \____- \ \_\\/\_____\\ \_____\\ \_____\\ \_\ \_\\ \____-
\/____/ \/_/ \/_____/ \/_____/ \/_____/ \/_/ /_/ \/____/
Key Features • How To Use • Credits • License
- Send custom message on a discord server channel
- Ghost process.
- You can use it to configure login alert on Windows/Linux VPS.
You can build the project using Pycharm, then you need to insert your discord bot token inside the code
client = commands.Bot(command_prefix=("t!"))
token = "Your Discord Developer Token"
Change the discord channel ID
async def on_ready():
print(client.user, client.user.id)
channel = client.get_channel(968628680559575043) <-- your discord channel ID
Change the message text if you want
await channel.send('Un utente è nella vps, non entrarci')
Host the boot on a server!
Note You need to setup your windows server, create a task that will start the bot when a user login
Russo Giovanni M.
MIT