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