This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Wip Terms of service: | |
use te*promise for now. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Use te*privacy for now, an actual privacy policy will be here soon. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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"] |