Skip to content
View grabba7's full-sized avatar

Block or report grabba7

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. This code allows you to shut down yo... This code allows you to shut down your PC remotely by a DIscord python bot. There is also a button to cancel the shutdown. Copy and paste this code into your editor, and you MUST change the token and user ID for the bot to work.
    1
    import discord
    2
    from discord.ext import commands
    3
    from discord.ui import Button, View
    4
    import os
    5
    import asyncio