Clone Mastodon's repository.
# Clone mastodon to ~/live directory
git clone https://github.com/tootsuite/mastodon.git live
# Change directory to ~/live
cd ~/live
discordbots.org###doublevoting | |
discordbots.org###medal | |
discordbots.org###bots > div.container.is-fullhd:first-child > div.bot-list-section:last-child > ul.columns.is-tablet:last-child > li.column.bot-card.is-one-fourth:last-child | |
discordbots.org###bots > div.container.is-fullhd:first-child > div.bot-list-section:last-child > ul.columns.is-tablet:first-child > li.column.bot-card.is-one-fourth:first-child | |
discordbots.org###bots > div.container.is-fullhd:nth-child(3) > div.bot-list-section:last-child > ul.columns.is-tablet:first-child > li.column.bot-card.is-one-fourth:first-child | |
discordbots.org###bots > div.container.is-fullhd:last-child > div.bot-list-section:last-child > ul.columns.is-tablet:first-child > li.column.bot-card.is-one-fourth:first-child | |
discordbots.org###bots > div.container.is-fullhd:last-child > div.bot-list-section:last-child > ul.columns.is-tablet:last-child > li.column.bot-card.is-one-fourth:last-child | |
discordbots.org###bot-list > div.bot-list-section > ul.columns.is-multiline.is-tablet > l |
Here is an updated list of the colors that are currently implemented with a name.
To using colors on discord.js, this is a typedef Colors, Colors.Aqua
to get the Aqua color.
Name | Int value | Hex Code |
---|---|---|
Default |
0 | #000000 |
Aqua |
1752220 | #1ABC9C |
DarkAqua |
1146986 | #11806A |
Green |
5763719 | #57F287 |
DarkGreen |
2067276 | #1F8B4C |
<?php | |
/** | |
* discord.msg.send.php v0.8 | |
* Kirill Krasin © 2025 | |
* https://github.com/Mo45 | |
* | |
* For revisions and comments vist: https://gist.github.com/Mo45/cb0813cb8a6ebcd6524f6a36d4f8862c | |
* | |
* Sends a message to Discord via Webhook with file support and rate limit handling | |
* |
This is a compiled list of falsehoods programmers tend to believe about working with time.
Don't re-invent a date time library yourself. If you think you understand everything about time, you're probably doing it wrong.
The script is attached to the gist.
You need Python 2.7.14 to run the script.
If you don't know what Python is, or simply don't want to install it, use the EXE version.
SFPac is very old and works only on Sonic Forces. I recommend using HedgeArcPack instead. It has better performance and supports more games.
This is a summary of the Q&A regarding the new API ToS that took place in the #api channel on the Discord API server, starting around midnight UTC on Thursday, August 17, 2017.
All answers are from b1nzy unless marked otherwise. This is just a summary of my (meew0) own interpretation of the Q&A; obviously this shouldn't be interpreted as anything legally binding. If in doubt, ask the devs yourself or consult a lawyer. I'm not responsible if you get banned or sued because of this document. All subsequent usages of first-person pronouns refer to the people asking/answering the questions, respectively.
Q. How do we detect users deleting their accounts, if we have to delete their data within 7 days?
A. You will get an email by Discord if that happens. Make sure the account that registered the bot application has an email attached to it that you actually get messages with. This may change in the future but if it will, there will be plenty of time before the new mechanism goes into effect.
Q. **Do we need
React: Unexpected use of 'location';
Solution: Use window.location
instead of bare location
.