| 1234567891011 |
- def import_array(filename):
- # Load the JSON file
- with open(filename, 'r') as f:
- data = json.load(f)
- # Access the "messages" array
- array = data['messages']
- return array
- btz_core = ['Nathan Spaeter', 'Luyzon', 'Clément Krebs', 't o', 'Leous', 'Arnaud']
- btz_ext = [*btz_core, *['Senkei', 'Éléonore', 'Tozpa', 'Léo', 'XxX_MatthieuXPlume_XxX', 'poline', 'Sarah Guillemant']]
|