Ejemplo n.º 1
0
 async def busan(self, ctx, map_type=""):
     """Search for and display all Busan maps."""
     map_name = "Busan"
     map_type = convert_short_types(map_type.upper())
     query = normal_map_query(map_name, map_type)
     await searchmap(ctx, query, map_type=map_type, map_name=map_name)
Ejemplo n.º 2
0
 async def practicerange(self, ctx, map_type=""):
     """Search for and display all Practice Range maps."""
     map_name = "Practice Range"
     map_type = convert_short_types(map_type.upper())
     query = normal_map_query(map_name, map_type)
     await searchmap(ctx, query, map_type=map_type, map_name=map_name)
Ejemplo n.º 3
0
 async def blizzardworld(self, ctx, map_type=""):
     """Search for and display all Blizzard World maps."""
     map_name = "Blizzard World"
     map_type = convert_short_types(map_type.upper())
     query = normal_map_query(map_name, map_type)
     await searchmap(ctx, query, map_type=map_type, map_name=map_name)
Ejemplo n.º 4
0
 async def kanezaka(self, ctx, map_type=""):
     """Search for and display all Kanezaka maps."""
     map_name = "Kanezaka"
     map_type = convert_short_types(map_type.upper())
     query = normal_map_query(map_name, map_type)
     await searchmap(ctx, query, map_type=map_type, map_name=map_name)
Ejemplo n.º 5
0
 async def workshopisland(self, ctx, map_type=""):
     """Search for and display all Workshop Island maps."""
     map_name = "Workshop Island"
     map_type = convert_short_types(map_type.upper())
     query = normal_map_query(map_name, map_type)
     await searchmap(ctx, query, map_type=map_type, map_name=map_name)
Ejemplo n.º 6
0
 async def hollywood(self, ctx, map_type=""):
     """Search for and display all Hollywood maps."""
     map_name = "Hollywood"
     map_type = convert_short_types(map_type.upper())
     query = normal_map_query(map_name, map_type)
     await searchmap(ctx, query, map_type=map_type, map_name=map_name)
Ejemplo n.º 7
0
 async def ecopointantarctica(self, ctx, map_type=""):
     """Search for and display all Ecopoint Antarctica maps."""
     map_name = "Ecopoint Antarctica"
     map_type = convert_short_types(map_type.upper())
     query = normal_map_query(map_name, map_type)
     await searchmap(ctx, query, map_type=map_type, map_name=map_name)
Ejemplo n.º 8
0
 async def volskayaindustries(self, ctx, map_type=""):
     """Search for and display all Volskaya Industries maps."""
     map_name = "Volskaya Industries"
     map_type = convert_short_types(map_type.upper())
     query = normal_map_query(map_name, map_type)
     await searchmap(ctx, query, map_type=map_type, map_name=map_name)
Ejemplo n.º 9
0
 async def watchpointgibraltar(self, ctx, map_type=""):
     """Search for and display all Watchpoint Gibraltar maps."""
     map_name = "Watchpoint Gibraltar"
     map_type = convert_short_types(map_type.upper())
     query = normal_map_query(map_name, map_type)
     await searchmap(ctx, query, map_type=map_type, map_name=map_name)
Ejemplo n.º 10
0
 async def route66(self, ctx, map_type=""):
     """Search for and display all Route 66 maps."""
     map_name = "Route 66"
     map_type = convert_short_types(map_type.upper())
     query = normal_map_query(map_name, map_type)
     await searchmap(ctx, query, map_type=map_type, map_name=map_name)
Ejemplo n.º 11
0
 async def templeofanubis(self, ctx, map_type=""):
     """Search for and display all Temple of Anubis maps."""
     map_name = "Temple of Anubis"
     map_type = convert_short_types(map_type.upper())
     query = normal_map_query(map_name, map_type)
     await searchmap(ctx, query, map_type=map_type, map_name=map_name)
Ejemplo n.º 12
0
 async def numbani(self, ctx, map_type=""):
     """Search for and display all Numbani maps."""
     map_name = "Numbani"
     map_type = convert_short_types(map_type.upper())
     query = normal_map_query(map_name, map_type)
     await searchmap(ctx, query, map_type=map_type, map_name=map_name)
Ejemplo n.º 13
0
 async def lijiangtower(self, ctx, map_type=""):
     """Search for and display all Lijiang Tower maps."""
     map_name = "Lijiang Tower"
     map_type = convert_short_types(map_type.upper())
     query = normal_map_query(map_name, map_type)
     await searchmap(ctx, query, map_type=map_type, map_name=map_name)
Ejemplo n.º 14
0
 async def horizonlunarcolony(self, ctx, map_type=""):
     """Search for and display all Horizon Lunar Colony maps."""
     map_name = "Horizon Lunar Colony"
     map_type = convert_short_types(map_type.upper())
     query = normal_map_query(map_name, map_type)
     await searchmap(ctx, query, map_type=map_type, map_name=map_name)
Ejemplo n.º 15
0
 async def castillo(self, ctx, map_type=""):
     """Search for and display all Castillo maps."""
     map_name = "Castillo"
     map_type = convert_short_types(map_type.upper())
     query = normal_map_query(map_name, map_type)
     await searchmap(ctx, query, map_type=map_type, map_name=map_name)
Ejemplo n.º 16
0
 async def kingsrow(self, ctx, map_type=""):
     """Search for and display all King's Row maps."""
     map_name = "King's Row"
     map_type = convert_short_types(map_type.upper())
     query = normal_map_query(map_name, map_type)
     await searchmap(ctx, query, map_type=map_type, map_name=map_name)
Ejemplo n.º 17
0
 async def chateauguillard(self, ctx, map_type=""):
     """Search for and display all Chateau Guillard maps."""
     map_name = "Chateau Guillard"
     map_type = convert_short_types(map_type.upper())
     query = normal_map_query(map_name, map_type)
     await searchmap(ctx, query, map_type=map_type, map_name=map_name)
Ejemplo n.º 18
0
 async def eichenwalde(self, ctx, map_type=""):
     """Search for and display all Eichenwalde maps."""
     map_name = "Eichenwalde"
     map_type = convert_short_types(map_type.upper())
     query = normal_map_query(map_name, map_type)
     await searchmap(ctx, query, map_type=map_type, map_name=map_name)