updates
parent
0dc516b2bd
commit
f68fff2a8b
|
@ -65,6 +65,7 @@ export default class Root extends Route {
|
|||
this.server.client.util.transporter.sendMail({
|
||||
to: 'all-staff@lists.libraryofcode.org',
|
||||
from: 'Board Register System <internal@staff.libraryofcode.org>',
|
||||
subject: `EXECUTIVE ORDER ${id}`,
|
||||
text: `
|
||||
EXECUTIVE ORDER ${id}
|
||||
|
||||
|
@ -100,6 +101,7 @@ export default class Root extends Route {
|
|||
this.server.client.util.transporter.sendMail({
|
||||
to: 'all-staff@lists.libraryofcode.org',
|
||||
from: 'Board Register System <internal@staff.libraryofcode.org>',
|
||||
subject: `RESOLUTION ${id}`,
|
||||
text: `
|
||||
RESOLUTION ${id}
|
||||
|
||||
|
|
|
@ -105,7 +105,7 @@ export default class MessageReactionAdd extends Event {
|
|||
this.client.util.transporter.sendMail({
|
||||
to: 'all-staff@lists.libraryofcode.org',
|
||||
from: 'Board Register System <internal@staff.libraryofcode.org>',
|
||||
subject: `Proclamation ${proc.oID}`,
|
||||
subject: `PROCLAMATION ${proc.oID}`,
|
||||
text: `
|
||||
PROCLAMATION ${proc.oID}
|
||||
|
||||
|
|
Loading…
Reference in New Issue