瀏覽代碼

added die

Markus-Rost 6 年之前
父節點
當前提交
d2725fea95
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main.js

+ 1 - 1
main.js

@@ -778,7 +778,7 @@ function cmd_random(lang, msg, wiki) {
 				}
 				}
 			}
 			}
 			else {
 			else {
-				msg.channel.send( 'https://' + wiki + '.gamepedia.com/' + body.query.random[0].title.replace( / /g, '_' ).replace( /\?/g, '%3F' ) );
+				msg.channel.send( '🎲 https://' + wiki + '.gamepedia.com/' + body.query.random[0].title.replace( / /g, '_' ).replace( /\?/g, '%3F' ) );
 			}
 			}
 			
 			
 			if ( hourglass != undefined ) hourglass.remove();
 			if ( hourglass != undefined ) hourglass.remove();