presence: forgot header
This commit is contained in:
parent
1831f4d3db
commit
6dcddd5011
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ presence.callback = async function (msg, line) {
|
||||||
embeds.push(embed);*/
|
embeds.push(embed);*/
|
||||||
} else {
|
} else {
|
||||||
const comp = [];
|
const comp = [];
|
||||||
comp.push({type: 10, content: `${ActivityTypeNames[activity.type]} **${activity.name}**`});
|
comp.push({type: 10, content: `### ${ActivityTypeNames[activity.type]} ${activity.name}`});
|
||||||
|
|
||||||
const descLines = [];
|
const descLines = [];
|
||||||
if (activity.type == 2) {
|
if (activity.type == 2) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue