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
| language: node_js | |
| node_js: – 16.0.0 | |
| install: – npm install | |
| script: node ./index.js | |
| before_script: echo befor script | |
| after_script: |
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
| ipsum |
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
| import discord, asyncio, os | |
| from dotenv import load_dotenv | |
| load_dotenv() | |
| score = {} | |
| client = discord.Client(intents=discord.Intents.all()) | |
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
| import discord, asyncio, os | |
| from discord.guild import Guild | |
| from dotenv import load_dotenv | |
| load_dotenv() | |
| client = discord.Client( | |
| intents=discord.Intents( | |
| dm_reactions=True, | |
| guild_reactions=True, |
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
| export default (() => { | |
| let id = 0 | |
| return () => ++id | |
| })() |
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
| @mixin bo($color: red, $width: 2px, $style: solid) { | |
| border-color: $color; | |
| border-width: $width; | |
| border-style: $style; | |
| } |
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
| @mixin center($inline: 'no') { | |
| @if ($inline == 'inline') { | |
| display: inline-flex; | |
| } @else { | |
| display: flex; | |
| } | |
| justify-content: center; | |
| align-items: center; | |
| } |
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
| button { | |
| display: -webkit-inline-box; | |
| display: -ms-inline-flexbox; | |
| display: inline-flex; | |
| -webkit-box-pack: center; | |
| -ms-flex-pack: center; | |
| justify-content: center; | |
| -webkit-box-align: center; | |
| -ms-flex-align: center; | |
| align-items: center; |
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
| { | |
| "$schema": "https://json.schemastore.org/prettierrc.json", | |
| "semi": false, | |
| "singleQuote": true, | |
| "arrowParens": "avoid", | |
| "overrides": [ | |
| { | |
| "files": ".swcrc", | |
| "options": { | |
| "parser": "json" |
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
| 밝발따뮿타다뭉 | |
| 풍앏뗠빵뼝벽멍 | |
| 망망희뱕뵥빠볃 |
OlderNewer