Simp-O-Matic

Dumb Discord bot in TS.
git clone git://git.knutsen.co/Simp-O-Matic
Log | Files | Refs | README | LICENSE

milkies.ts (198B)


1
2
3
4
5
export default (homescope: HomeScope) => {
	const { message } = homescope;
	message.reply(`${(4 + Math.random() * 15).round_to(3)}`
		+ ` gallons of milkies have been deposited in your mouth.`);
};