Browse Source

Adding example values

ozzy2345 13 năm trước cách đây
mục cha
commit
ca74f19886
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      run.py

+ 4 - 4
run.py

@@ -15,16 +15,16 @@ USERNAME = "serveradmin"
 PASSWORD = ""
 
 # Displayname. Name visibible to the users
-DISPLAYNAME = "Plauderecken-Bot"
+DISPLAYNAME = ""
 
 # The ID of the virtual server to run on
 SID = 1
 
-# Which channels should be treated as the original channels
-CHANNELLIST = [151, 152, 153]
+# Which channels should be treated as the original channels (Channel ids)
+CHANNELLIST = [1, 2, 3]
 
 # Channel ID of the parent channel. Created channels are children of this
-CPID = 54
+CPID = 1
 
 #########################################################################