Skip to content

Instantly share code, notes, and snippets.

View JDJGInc's full-sized avatar

JDJG JDJGInc

View GitHub Profile
import discord
from discord.ext import commands
from discord.ui import Modal, TextInput
import os
import dotenv
import jishaku
# Defines a custom Modal with questions
# that user has to answer. The callback function
# of this class is called when the user submits the modal
Wip Terms of service:
use te*promise for now.
Use te*privacy for now, an actual privacy policy will be here soon.
Repeat my main guild has been nuked
Contact JDJG Inc. Official#3493 if you got a weird message"
I am sorry, I do not know how it happened, but i plan to investigate.
The suspicious account is Rendev, so I removed rendev from the bot team, and the main guild has been nuked.
https://i.imgur.com/hsyXYWp.png
I'll try my best to get the discord staff to rebuilt the nuked guilds.
I contacted ian of discord, I hope he can help me figure this out.
https://i.imgur.com/CMSFmbK.png
host: https://contabo.com/
#DATABASE_DRIVERS = {
#"driver": "imoog.database.mongo", # https://www.mongodb.com/
#"config": {
#"connection_uri": "mongodb cluster connection uri",
#"database_name": "database name",
#"collection_name": "collection name"
#}
#}
###### Postgres Driver example
Hello,
Today we are launching new Twitter API access tiers! We’re excited to share more details about our new plans and what you should
expect in terms of next steps and timeline.
We will offer two access tiers for developers via our website:
Free
For write-only use cases and testing the Twitter API
Rate limited access to publish Tweets (POST /2/tweets) and media upload ( /1.1/media/upload) endpoints
Publish up to 1,500 Tweets per month - limit at the app level
@JDJGInc
JDJGInc / tos.txt
Last active November 15, 2023 00:31
Sincroni tos
1. No advertising is allowed in the global chat.
2. Please refrain from sharing NSFW content in the global chat.
3. Do not share malicious links in the global chat.
4. Racial slurs are strictly prohibited in the global chat.
5. If you have any issues with a user in the global chat, please contact me directly. If I deny your request, I will provide an explanation.
@JDJGInc
JDJGInc / bot explanation.txt
Last active April 2, 2024 02:19
Some information about bot setup and how it works.
#Bot Setup
#guide for those who want to fork some of the bot's command.
Please use my code for a learning guide, do not copy commands.
When you see os.environ["tenor_key"]
Env is loaded by default on services that see the .env file as a secret file, however you can just load it with python-dotenv or replace the text with a string
you get a key from the tenor api key from https://tenor.com/developer/keyregistration
a giphy key like os.environ["giphy_key"]