Skip to content
This repository was archived by the owner on Mar 25, 2023. It is now read-only.

Commit 50adb05

Browse files
committed
Dev command change
because yes
1 parent 728de98 commit 50adb05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/Dev.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ async def imageComp(msg,args):
5858
Command("imaget",imageComp,0,"An experiment with image editing",{"User":False},None,"dev")
5959

6060
async def printThis(msg,args):
61-
print(msg.content)
61+
print("Content",msg.content)
62+
print("Reference",msg.reference)
6263
Command("ddd",printThis,0,"Prints the content of the message to the console",{},None,"dev")
6364
async def gimmePing(msg,args):
6465
startTime = time.time()

0 commit comments

Comments
 (0)