Skip to content

Koomball/BDFD-Eval-Command-And-Repeat-Eval-Button.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Eval Command & Repeat Eval Button.

command:

Trigger: EVAL: Code:

$nomention
$if[$authorID==YOUR_USER_ID]
$eval[$message]

$title[Code Ran:]
$description[$message]
$footer[$authorID]
$addButton[no;runRepeat;Run Again;danger]
$endif

interaction:

Trigger: $onInteraction[runRepeat] Code:

$nomention
$if[$getEmbedData[$channelID;$messageID;1;footer]==$authorID]
$eval[$getEmbedData[$channelID;$messageID;1;description]]
$removeButtons
$description[$getEmbedData[$channelID;$messageID;1;description]]
$title[Code Ran Again $getTimestamp:]
$footer[$authorID]
$addButton[no;runRepeat;Run Again;danger]
$endif

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published