質問編集履歴

2

マークダウン

2019/03/21 14:18

投稿

saik
saik

スコア12

test CHANGED
File without changes
test CHANGED
@@ -2,9 +2,13 @@
2
2
 
3
3
 
4
4
 
5
+ ```php
6
+
5
7
  define("API_ENDPOINT",'https://discordapp.com/api/v6');
6
8
 
7
9
  https://discordapp.com/api/oauth2/authorize?response_type=code&client_id=".CLIENT_ID."&scope=***&state=***&permissions=8&redirect_uri=".urlencode(REDIRECT_URI);
10
+
11
+ ```
8
12
 
9
13
 
10
14
 

1

test

2019/03/21 14:17

投稿

saik
saik

スコア12

test CHANGED
File without changes
test CHANGED
@@ -13,6 +13,8 @@
13
13
  下記コードでBanしようとしましたがうまくいきません。
14
14
 
15
15
 
16
+
17
+ ```php
16
18
 
17
19
  $params = array(
18
20
 
@@ -58,4 +60,6 @@
58
60
 
59
61
 
60
62
 
63
+ ```
64
+
61
65
  そもそもやり方が間違っているのでしょうか。。。