Doing hotfixes from my phone was a bad idea
This commit is contained in:
parent
a3d5844beb
commit
a4f627423c
2
index.js
2
index.js
|
@ -40,7 +40,7 @@ tf2.on("itemBroadcast", (msg, username, wasDestruction, defindex) => {
|
||||||
})
|
})
|
||||||
|
|
||||||
tf2.on("displayNotification", (title, body) => {
|
tf2.on("displayNotification", (title, body) => {
|
||||||
I'm console.log(`New Notif: ${title}: ${body}`)
|
console.log(`New Notif: ${title}: ${body}`)
|
||||||
ring_hook.send({embeds: [
|
ring_hook.send({embeds: [
|
||||||
{
|
{
|
||||||
description: body,
|
description: body,
|
||||||
|
|
Loading…
Reference in a new issue