An overview of all events in Discord.js v14 with examples.
📢 | Last updated: 27 July 2022
ℹ️ | client
references to your client instance.
ℹ️ | The v13 overview can be found here.
An overview of all events in Discord.js v14 with examples.
📢 | Last updated: 27 July 2022
ℹ️ | client
references to your client instance.
ℹ️ | The v13 overview can be found here.
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<link rel="icon" type="image/x-icon" href="/favicon.ico"> | |
<title>Rebane's Discord Colored Text Generator</title> | |
<meta charset="UTF-8"> | |
<meta name="description" content="Rebane's Discord Colored Text Generator"> | |
<meta name="author" content="rebane2001"> | |
<style> | |
/* |
Discord is now slowly rolling out the ability to send colored messages within code blocks. It uses the ANSI color codes, so if you've tried to print colored text in your terminal or console with Python or other languages then it will be easy for you.
To be able to send a colored text, you need to use the ansi
language for your code block and provide a prefix of this format before writing your text:
\u001b[{format};{color}m
Абаза | |
Абакан | |
Абдулино | |
Абинск | |
Агидель | |
Агрыз | |
Адыгейск | |
Азнакаево | |
Азов | |
Ак-Довурак |
1,"Москва и Московская область" | |
2,"Санкт-Петербург" | |
3,"Центральный федеральный округ" | |
4,"Белгород" | |
5,"Иваново" | |
6,"Калуга" | |
7,"Кострома" | |
8,"Курск" | |
9,"Липецк" |
// Каково для вас основное преимущество jQuery по сравнению с "чистым" JavaScript? | |
// В каких случаях применение jQuery не оправдано? | |
Преимущество jQuery в более простом доступе и управлении DOM — это позволяет быстрее разрабатывать интерфейс. Чистый Javascript эффективнее в нетривиальных задачах, когда критична скорость выполнения скрипта. | |
// Что такое NaN? Какого он типа? Как проверить значение на равенство NaN? |