소스 검색

Update 'chatnames.py'

deadtom 4 주 전
부모
커밋
b22923bae7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      chatnames.py

+ 1 - 1
chatnames.py

@@ -58,7 +58,7 @@ futurama = ["Bender Rodríguez", "Fry", "Doctor Zoidberg", "Professor Farnsworth
             "Malachi, Jr.", "Ndnd", "Alcazar", "Harold Zoid", "Pharaoh Hermenthotip", "Silicon Red", "Dr. Banjo", "Space Pope",
             "The Borax Kid"]
 
-list_name = list_you_want_to_use  # Change list_you_want_to_use to the name of the list you would like to use
+list_name = futurama  # Change futurama to the name of the list you would like to use, no quotes
 
 data = {"value": list_name}