Skip to content

Instantly share code, notes, and snippets.

View IAmJSD's full-sized avatar
🏠
Working from home

Astrid IAmJSD

🏠
Working from home
View GitHub Profile

Cube Staff Team

Here is the current Cube staff list for the official instance:

  • Jake#0009 (280610586159611905)
  • dnomaid#6962 (101588913746890752)
  • techfan36#5907 (141677475921920001)
  • AeroFusion [Espi]#1154 (229373852939976709)
@IAmJSD
IAmJSD / gen_logs.py
Created October 26, 2017 20:44
A quickly made selfbot to log a server. Run !gen_logs in a channel to get a log of it.
# gen_logs - A tool to get a full log of a Discord chat. Created by Jake#0009.
token = ""
# Insert your user token here.
prefix = "!"
# Here is the prefix. Feel free to change if you want.
import discord
import logging

Keybase proof

I hereby claim:

  • I am JakeMakesStuff on github.
  • I am jakemakesstuff (https://keybase.io/jakemakesstuff) on keybase.
  • I have a public key whose fingerprint is 58BF 7174 225B 544D 4D11 4EAD 6D56 0442 F89A D1BF

To claim this, I am signing this object:

@IAmJSD
IAmJSD / pumpkin_nicknames.py
Last active October 16, 2017 17:02
A quick botch of a selfbot to add pumpkins to everyone's names in a server you have permission to do it in. (The commands are !addpumpkins and !removepumpkins)
token = ""
# Insert your user token here.
prefix = "!"
# Here is the prefix. Feel free to change if you want.
pumpkin = "🎃"
# A unicode pumpkin.
import discord