mirror of
https://github.com/kou029w/daraz-san.git
synced 2025-01-18 16:08:06 +00:00
5 lines
162 B
JavaScript
5 lines
162 B
JavaScript
module.exports = [
|
|
/([\s\S]*(ぱい|パイ)[\s\S]*)/,
|
|
({ context, say }) =>
|
|
say(`:goku: < ${context.matches[0].replace(/ぱい|パイ/g, "ぺぇ")}`),
|
|
];
|