Skip to content

Commit 23e4a55

Browse files
committed
...
1 parent b77e606 commit 23e4a55

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Send Webhook Message
2+
on:
3+
push:
4+
branches: ["main"]
5+
paths:
6+
- "bot/**"
7+
- "dbm/**"
8+
jobs:
9+
notify:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Send Message
13+
uses: Ilshidur/action-discord@v2
14+
with:
15+
webhook: ${{ secrets.DISCORD_WEBHOOK }}
16+
message: "Push na branch main! 🎉"

bot/bot.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4843,8 +4843,6 @@ Images.drawImageOnImage = function (img1, img2, x, y) {
48434843
// Contains functions for giveaways management.
48444844
//≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
48454845

4846-
console.log(Files.db);
4847-
48484846
const Giveaways = (DBM.Giveaways = {});
48494847

48504848
Giveaways.DiscordGiveaways = null;

0 commit comments

Comments
 (0)