Skip to content
Draft
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
3bf758d
Add tele config options
fin-github Aug 19, 2025
388634a
forgot to add value pair to telechatid
fin-github Aug 19, 2025
364ae42
add telemode
fin-github Aug 19, 2025
f4d2d71
add comment + change default to off
fin-github Aug 19, 2025
95e9b33
start creating tele_sendembed
fin-github Aug 19, 2025
6ca22fa
create rough if statement
fin-github Aug 19, 2025
6b0c46f
add telemode arg
fin-github Aug 19, 2025
c7e3fce
fix function not in scope
fin-github Aug 19, 2025
9cd170f
add bot token arg and smth else i forgot
fin-github Aug 19, 2025
104211e
whoops, forgot to fill in the <token>
fin-github Aug 19, 2025
cc91063
create url utils class
fin-github Aug 19, 2025
71ac352
start creating the tele_sendembed method
fin-github Aug 20, 2025
195b496
create tele chat id arg
fin-github Aug 20, 2025
d30d1f3
fill in chat id arg
fin-github Aug 20, 2025
e75e6c0
finish rough tele_sendembed + add todo
fin-github Aug 20, 2025
3b9ddd6
fix int conversion
fin-github Aug 20, 2025
ad66424
remove unused func
fin-github Aug 20, 2025
16bdd34
change func syntax
fin-github Aug 20, 2025
8c504f9
dont ask me how this fixed it
fin-github Aug 20, 2025
967e14e
sometimes you just have to take the loss and code it yourself
fin-github Aug 20, 2025
a9ca3f4
dont try to convert the str
fin-github Aug 20, 2025
4de33f4
add some formatting
fin-github Aug 20, 2025
8e2ea4c
add error handling
fin-github Aug 20, 2025
f6b0ce6
change error handling
fin-github Aug 20, 2025
2ade1a5
Create uri encode func
fin-github Aug 20, 2025
24d1fa3
uri encode text before sending it
fin-github Aug 20, 2025
c20a834
start creating telegram gui integration
fin-github Aug 20, 2025
49f9d44
start creating tele gui
fin-github Aug 20, 2025
d1bc05e
rename from Discord Integration to Integration
fin-github Aug 20, 2025
5aac27f
start creating gui widgets
fin-github Aug 20, 2025
9ee8c0c
add placeholders
fin-github Aug 20, 2025
e40ed10
start creating dynamic button
fin-github Aug 20, 2025
3b677b6
add sm sh idk
fin-github Aug 20, 2025
50a24b0
im ashamed i made this mistake
fin-github Aug 20, 2025
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix function not in scope
  • Loading branch information
fin-github committed Aug 19, 2025
commit c7e3fced5aba1f46ffe54a09a5af47c431c42af5
2 changes: 1 addition & 1 deletion submacros/Status.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -2456,7 +2456,7 @@ class discord
static SendEmbed(message, color:=3223350, content:="", pBitmap:=0, channel:="", replyID:=0)
{
if (TeleMode = 1) {
return Tele_sendEmbed(message, color, content, pBitmap, channel, replyID)
return discord.Tele_sendEmbed(message, color, content, pBitmap, channel, replyID)
}
payload_json :=
(
Expand Down