Image

무법지대

무법지대다.

참가하기

하트 추가

0

정보

멤버 수
12
부스트 티어
0레벨
서버 생성일
8달 전

카테고리

소유자

Image

42

@mafia42
관리자 전체보기
class Bot { name; owner; constructor(name, owner) { this.name = name; this.owner = owner; } }
class Punishment { rule; content; constructor(r, punish) { this.rule = r; this.punishment = punish; } }
let server = {
  name: "무법지대",
  bots: [new Bot("someFunBot", "serverOwner")]
};

$.getJSON("./RULE_channel.json", function(data) {
  rules = data["rule"];
  spaghetti = "You should not do bad things.";
  rules.push(spaghetti);
  spaghetti_punish = new Punishment(spaghetti, "ban");
  console.log(rules, spaghetti_punish);
})

bd = {a: "an", ly: "ainst"
console.log(`You can do ${bd.a}ything that does not go ag${bd.ly} the rules.`)
console.log(`The name is 장식.`)
console.log( `Jo in u snow.`)

국내 디스코드의 모든 것을 한 곳에서.

2020-2023 한국 디스코드 리스트, All rights reserved.