This file contains hidden or 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
af: Afrikaans | |
sq: Albanian | |
am: Amharic | |
ar: Arabic | |
hy: Armenian | |
az: Azerbaijani | |
eu: Basque | |
be: Belarusian | |
bn: Bengali | |
bs: Bosnian |
This file contains hidden or 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
<!-- File 1/1 --> | |
<body> | |
<template id="names"> | |
<% for (let name of names) { %> | |
<div><%= name%></div> | |
<% } %> | |
</template> | |
<!-- Import ejs --> | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/ejs.min.js"></script> | |
<div id="target"></div> |
This file contains hidden or 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
{ | |
"emojis":['๐', '๐', '๐', '๐คฃ', '๐', '๐', '๐ ', '๐', '๐', '๐', '๐', '๐', '๐', '๐', '๐', '๐', '๐', 'โบ', '๐', '๐ค', '๐ค', '๐', '๐', '๐ถ', '๐', '๐', '๐ฃ', '๐ฅ', '๐ฎ', '๐ค', '๐ฏ', '๐ช', '๐ซ', '๐ด', '๐', '๐ค', '๐', '๐', '๐', '๐คค', '๐', '๐', '๐', '๐', '๐', '๐ค', '๐ฒ', 'โน', '๐', '๐', '๐', '๐', '๐ค', '๐ข', '๐ญ', '๐ฆ', '๐ง', '๐จ', '๐ฉ', '๐ฌ', '๐ฐ', '๐ฑ', '๐ณ', '๐ต', '๐ก', '๐ ', '๐', '๐ค ', '๐คก', '๐คฅ', '๐ท', '๐ค', '๐ค', '๐คข', '๐คง', '๐', '๐ฟ', '๐น', '๐บ', '๐', 'โ ', '๐ป', '๐ฝ', '๐พ', '๐ค', '๐ฉ', '๐บ', '๐ธ', '๐น', '๐ป', '๐ผ', '๐ฝ', '๐', '๐ฟ', '๐พ', '๐', '๐', '๐', '๐ฆ', '๐ฆ๐ป', '๐ฆ๐ผ', '๐ฆ๐ฝ', '๐ฆ๐พ', '๐ฆ๐ฟ', '๐ง', '๐ง๐ป', '๐ง๐ผ', '๐ง๐ฝ', '๐ง๐พ', '๐ง๐ฟ', '๐จ', '๐จ๐ป', '๐จ๐ผ', '๐จ๐ฝ', '๐จ๐พ', '๐จ๐ฟ', '๐ฉ', '๐ฉ๐ป', '๐ฉ๐ผ', '๐ฉ๐ฝ', '๐ฉ๐พ', '๐ฉ๐ฟ', '๐ด', '๐ด๐ป', '๐ด๐ผ', '๐ด๐ฝ', '๐ด๐พ', '๐ด๐ฟ', '๐ต', '๐ต๐ป', '๐ต๐ผ', '๐ต๐ฝ', '๐ต๐พ', '๐ต๐ฟ', '๐ถ', '๐ถ๐ป', '๐ถ๐ผ', '๐ถ๐ฝ', '๐ถ๐พ', '๐ถ๐ฟ', '๐ผ', '๐ผ๐ป', '๐ผ๐ผ', '๐ผ๐ฝ', '๐ผ๐พ', '๐ผ๐ฟ', '๐ฎ', '๐ฎ๐ป', '๐ฎ๐ผ', '๐ฎ๐ฝ', '๐ฎ๐พ', '๐ฎ๐ฟ', '๐ต', '๐ต๐ป', '๐ต๐ผ', '๐ต๐ฝ', '๐ต๐พ', '๐ต๐ฟ', '๐', '๐๐ป', '๐๐ผ', '๐๐ฝ', '๐๐พ', '๐๐ฟ', '๐ท', '๐ท๐ป', '๐ท๐ผ', '๐ท๐ฝ', '๐ท๐พ', '๐ท๐ฟ', '๐ณ', '๐ณ๐ป', '๐ณ๐ผ', '๐ณ๐ฝ', '๐ณ๐พ', '๐ณ๐ฟ', '๐ฑ', '๐ฑ๐ป', '๐ฑ๐ผ', '๐ฑ๐ฝ', '๐ฑ๐พ', '๐ฑ๐ฟ', '๐ ', '๐ ๐ป', '๐ ๐ผ', '๐ ๐ฝ', '๐ ๐พ', ' |
This file contains hidden or 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
###commands### | |
## >pong - 'Ping!' | |
## /pling - 'Pong!' | |
## >test - 'Pong!' | |
## >ping - 'Pong! 100ms | |
import os | |
import disnake | |
from disnake.ext import commands | |
from flask import Flask |