mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-23 00:06:15 -05:00
Fix /pi (#3022)
The space caused this: > You have clicked on a link to visit the following external site: > > http:// http://guangcongluo.com/mempi/
This commit is contained in:
parent
2fc6729e3c
commit
36febbb662
|
|
@ -123,7 +123,7 @@ exports.commands = {
|
|||
'Did you mean: 1. 3.1415926535897932384626... (Decimal)<br />' +
|
||||
'2. 3.184809493B91866... (Duodecimal)<br />' +
|
||||
'3. 3.243F6A8885A308D... (Hexadecimal)<br /><br />' +
|
||||
'How many digits of pi do YOU know? Test it out <a href=" http://guangcongluo.com/mempi/">here</a>!');
|
||||
'How many digits of pi do YOU know? Test it out <a href="http://guangcongluo.com/mempi/">here</a>!');
|
||||
},
|
||||
|
||||
'!avatar': true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user