Skip to content

Commit

Permalink
Update src/app/api/admin/content/route.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
devsargam authored Sep 12, 2024
1 parent 3ef1a14 commit db4a1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/admin/content/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface DiscordData {

const sendUpdateToDiscord = async (data: DiscordData) => {
const body = {
content: 'Hello @everyone',
content: 'Hello everyone',
tts: false,
color: 'white',
embeds: [
Expand Down

0 comments on commit db4a1d5

Please sign in to comment.