mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 08:37:23 +09:00
Bold
This commit is contained in:
parent
2bd8b629ff
commit
7206dc0dc6
@ -156,7 +156,7 @@ export default class extends Module {
|
|||||||
if (users.length == 1) {
|
if (users.length == 1) {
|
||||||
if (winner == null) {
|
if (winner == null) {
|
||||||
winner = users[0];
|
winner = users[0];
|
||||||
results.push(`${i == 100 ? '💯' : '🎉'} ${i}: ${acct(users[0])}`);
|
results.push(`${i == 100 ? '💯' : '🎉'} **${i}**: ${acct(users[0])}`);
|
||||||
} else {
|
} else {
|
||||||
results.push(`➖ ${i}: ${acct(users[0])}`);
|
results.push(`➖ ${i}: ${acct(users[0])}`);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user