We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c06b203 commit 796e2e5Copy full SHA for 796e2e5
index.php
@@ -8,6 +8,9 @@
8
//If your Discord.php file is in another folder you need to change the file path!
9
include("Discord.php");
10
$sendembed = New Discord();
11
+
12
+//Executes the function
13
+$sendembed->Visitor();
14
?>
15
16
</body>
0 commit comments