auto he-ipv6
iface he-ipv6 inet6 v4tunnel
address 2001:470:xxxx::2
netmask 48
endpoint xxx.xxx.xxx.xxx
local xxx.xxx.xxx.xxx
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": "http://json-schema.org/draft-07/schema#", | |
"title": "Discord Slash Command Schema", | |
"type": "object", | |
"properties": { | |
"type": { | |
"type": "integer", | |
"description": "Tipo de comando. Por defecto es 1.", | |
"default": 1, | |
"enum": [1, 2, 3] |
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
@Serializable | |
data class Animal( | |
val id: Long, | |
val name: String | |
) |
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
id | name | |
---|---|---|
509658 | Just Chatting | |
21779 | League of Legends | |
511224 | Apex Legends | |
29595 | Dota 2 | |
32982 | Grand Theft Auto V | |
516575 | VALORANT | |
491931 | Escape from Tarkov | |
33214 | Fortnite | |
513143 | Teamfight Tactics |