Paste #64872: Untitled Paste

Date: 2020/02/02 15:57:54 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18


DiscordBot_Silent_Send_Embed:
    type: task
    script:
    # - define channel_id <discord[DiscordBot_Silent].group[casualcade.dk].channel[566784086065283083]>
    - define fields "OneField|SomeText|true|Much|Wow|true|Inlined|test|false"
    - define author "Thorn"
    - define message "This is working. Yay!"
    - define title "My Title"
    - define timestamp "none"
    - define description "My description"
    - define footer "My Footer"
    - define authorIcon "https://cdn.betterttv.net/emote/55028cd2135896936880fdd7/3x"
    - define authorUrl "https://www.google.dk/"
    - define thumbnail "https://cdn.betterttv.net/emote/55028cd2135896936880fdd7/2x"
    - define footerIcon "https://cdn.betterttv.net/emote/55028cd2135896936880fdd7/3x"
    - define image_Url "https://cdn.betterttv.net/emote/55028cd2135896936880fdd7/3x"
    - define color <color[255,0,0]>
    - discord id:DiscordBot_Silent embed channel:566784086065283083 url:<[authorUrl]> author_Url:<[authorUrl]> fields:<[fields]> image_Url:<[image_Url]> author_Icon:<[authorIcon]> author:<[author]> title:<[title]> description:<[description]> footer:<[footer]> footer_Icon:<[footerIcon]> color:<[color]> thumbnail:<[thumbnail]> timestamp:<[timestamp]> <[message]>