mirror of
https://github.com/syuilo/ai.git
synced 2024-11-09 15:38:00 +00:00
✌️
This commit is contained in:
parent
bbf15b2ffd
commit
62d82535b5
|
@ -185,7 +185,7 @@ export default class extends Module {
|
|||
if (winner == null) {
|
||||
winner = users[0];
|
||||
const icon = i == 100 ? '💯' : '🎉';
|
||||
results.push(`${icon} **${i}**: [jelly ${acct(users[0])}]`);
|
||||
results.push(`${icon} **${i}**: $[jelly ${acct(users[0])}]`);
|
||||
} else {
|
||||
results.push(`➖ ${i}: ${acct(users[0])}`);
|
||||
}
|
||||
|
|
|
@ -93,6 +93,7 @@ export const itemPrefixes = [
|
|||
'次世代',
|
||||
'帯電',
|
||||
'太古の',
|
||||
'WiFi対応',
|
||||
];
|
||||
|
||||
export const items = [
|
||||
|
|
Loading…
Reference in a new issue