Skip to content

Commit a58af93

Browse files
Add (prob temp) Trello AppKey Guide
1 parent 4883a87 commit a58af93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MainModule/Server/Plugins/Trello.luau

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,15 +317,15 @@ return function(Vargs, GetEnv)
317317
Message = "You have enabled Trello without having an AppKey and thus Trello will likely not work! For better behavior it is adviced to also add a Trello Token. Click to see more";
318318
Time = 15;
319319
Icon = "MatIcon://Description";
320-
onClick = (server.Data and server.Data.NightlyMode) and Core.Bytecode([[ -- TODO: Upload image for this tutorial
320+
onClick = (server.Data and server.Data.NightlyMode) and Core.Bytecode([[
321321
local window = client.UI.Make("Window", {
322-
Title = "How to change the DataStore key";
322+
Title = "How to change the Trello AppKey";
323323
Size = {700,300};
324324
Icon = "rbxassetid://7510994359";
325325
})
326326
327327
window:Add("ImageLabel", {
328-
Image = "rbxassetid://1059543904";
328+
Image = "rbxassetid://111103486118064";
329329
})
330330
331331
window:Ready()

0 commit comments

Comments
 (0)