fix(app): use @everyone instead of @here
This commit is contained in:
parent
6acfa28b36
commit
c1c93296bf
1 changed files with 1 additions and 1 deletions
2
app.js
2
app.js
|
|
@ -23,7 +23,7 @@ const config = {
|
||||||
}
|
}
|
||||||
|
|
||||||
const message = {
|
const message = {
|
||||||
"content": "**Čas na další standup!**\nAhoj všichni, je pondělí a je tedy čas na další standup!\n\ncc @here",
|
"content": "**Čas na další standup!**\nAhoj všichni, je pondělí a je tedy čas na další standup!\n\ncc @everyone",
|
||||||
"embeds": [
|
"embeds": [
|
||||||
{
|
{
|
||||||
"title": "HELP: WTF is Standup?",
|
"title": "HELP: WTF is Standup?",
|
||||||
|
|
|
||||||
Reference in a new issue