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:
token = "" | |
# Insert your user token here. | |
prefix = "!" | |
# Here is the prefix. Feel free to change if you want. | |
pumpkin = "🎃" | |
# A unicode pumpkin. | |
import discord |
I hereby claim:
To claim this, I am signing this object:
# 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 |
token = "" | |
# Insert your user token here. | |
prefix = "!" | |
# Here is the prefix. Feel free to change if you want. | |
tree = "🎄" | |
# A unicode christmas tree. | |
import discord |
userbot = False | |
# Defines if it is a userbot or not. | |
token = "" | |
# Insert your token here. | |
import discord, logging, random | |
# Imports go here. | |
logging.basicConfig(level=logging.INFO) |
So you added Cube or a bot based on Cube to your server? Awesome! Let's set this up! Please note commands in this tutorial are based on the prefix c!
and the prefix for custom instances of the bot may be different.
You will want 2 roles which contain the following (not case sensitive and they just need to contain it, not be it):
staff
- You will give this to your staff. This contains everything someone will need to moderate a server using this bot.manager
or management
- You will give this to the highest up people on your server. These people will have permissions to manage the bot.from discord.ext import commands | |
from shared import get_guild, get_wallet,\ | |
render_emoji, save_wallet | |
from ext_utils import FormattedEmbed | |
import discord | |
# Imports go here. | |
class Balance: | |
def __init__(self, dclient): |
^]:: | |
WinGetActiveTitle, WindowName | |
If InStr(WindowName, "PyCharm") { | |
Send, ^s | |
RegExMatch(WindowName, "[A-Z]:\\(([a-zA-Z0-9\.]){1,}(\\){0,}){1,}", FoundRegex) | |
if FoundRegex { | |
FormatTime, PCTimeFormatted | |
ToRun := "git.exe commit -a -m " . """" . "Save and commit from Jake's AHK script [PC time/date " . PCTimeFormatted . "]" . """" | |
RunWait, %ToRun%, %FoundRegex%, Hide | |
Run, git push, %FoundRegex%, Hide |
import discord | |
import random | |
import logging | |
import os | |
# Imports go here. | |
ramsay_quotes = [ | |
"YOU FUCKING DONKEY!", | |
"What are you? AN IDIOT SANDWICH.", | |
"GET OUT!", |